Hello!
There was an error:
error[E0080]: evaluation of constant value failed
--> /home/developer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ropey-1.4.1/src/tree/mod.rs:74:19
|
74 | const _: [(); 0 - !{
| ___________________^
75 | | // Assert alignment.
76 | | const ASSERT: bool = if align_of::() > ARC_COUNTERS_SIZE {
77 | | align_of::() + size_of::()
... |
81 | | ASSERT
82 | | } as usize] = [];
| |______________^ attempt to compute 0_usize - 1_usize, which would overflow
Compiling parking_lot v0.12.0
Compiling smallstr v0.3.0
Compiling serde_regex v1.1.0
Compiling glob v0.3.0
Compiling crossterm v0.23.2
Compiling ansi_term v0.12.1
Compiling maplit v1.0.2
Compiling clap v3.1.12
For more information about this error, try rustc --explain E0080.
error: could not compile ropey (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile zee v0.3.2, intermediate artifacts can be found at /tmp/cargo-installvu0nL1.
To reuse those artifacts with a future compilation, set the environment variable CARGO_TARGET_DIR to that path.
Thank!
Hello!
There was an error:
error[E0080]: evaluation of constant value failed
--> /home/developer/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ropey-1.4.1/src/tree/mod.rs:74:19
|
74 | const _: [(); 0 - !{
| ___________________^
75 | | // Assert alignment.
76 | | const ASSERT: bool = if align_of::() > ARC_COUNTERS_SIZE {
77 | | align_of::() + size_of::()
... |
81 | | ASSERT
82 | | } as usize] = [];
| |______________^ attempt to compute
0_usize - 1_usize, which would overflowCompiling parking_lot v0.12.0
Compiling smallstr v0.3.0
Compiling serde_regex v1.1.0
Compiling glob v0.3.0
Compiling crossterm v0.23.2
Compiling ansi_term v0.12.1
Compiling maplit v1.0.2
Compiling clap v3.1.12
For more information about this error, try
rustc --explain E0080.error: could not compile
ropey(lib) due to 1 previous errorwarning: build failed, waiting for other jobs to finish...
error: failed to compile
zee v0.3.2, intermediate artifacts can be found at/tmp/cargo-installvu0nL1.To reuse those artifacts with a future compilation, set the environment variable
CARGO_TARGET_DIRto that path.Thank!