You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After executing cargo +nightly install cargo-playdate I get the following error:
error: reached the type-length limit while instantiating `terminated::<Stateful<Located<'_, str>, ParserState>, Vec<...>, ..., ..., ..., ...>`
--> /Users/kaw/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wax-0.6.0/src/token/parse.rs:496:13
|
496 | / sequence::terminated(
497 | | multi::many1(branch::alt((
498 | | annotate(error::context(
499 | | "literal",
... |
523 | | terminator.clone(),
524 | | )
| |_____________^
|
= help: consider adding a `#![type_length_limit="19570820"]` attribute to your crate
= note: the full type name has been written to '/var/folders/1y/6c1kj_bs0fs1yyrq9jrspw7m0000gn/T/cargo-installYtuFvV/release/deps/wax-75a6889293a1bfa6.long-type.txt'
Compiling tracing-chrome v0.7.2
error: reached the type-length limit while instantiating `terminated::<Stateful<Located<'_, str>, ParserState>, Vec<...>, ..., ..., ..., ...>`
--> /Users/kaw/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wax-0.6.0/src/token/parse.rs:496:13
|
496 | / sequence::terminated(
497 | | multi::many1(branch::alt((
498 | | annotate(error::context(
499 | | "literal",
... |
523 | | terminator.clone(),
524 | | )
| |_____________^
|
= help: consider adding a `#![type_length_limit="18603125"]` attribute to your crate
= note: the full type name has been written to '/var/folders/1y/6c1kj_bs0fs1yyrq9jrspw7m0000gn/T/cargo-installYtuFvV/release/deps/wax-75a6889293a1bfa6.long-type.txt'
error: could not compile `wax` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `cargo-playdate v0.5.0
The text was updated successfully, but these errors were encountered:
After executing
cargo +nightly install cargo-playdate
I get the following error:The text was updated successfully, but these errors were encountered: