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
error[E0080]: evaluation of constant value failed
--> /home/dujan/.cargo/registry/src/github.com-1ecc6299db9ec823/ropey-1.4.1/src/tree/mod.rs:74:19
|
74 | const _: [(); 0 - !{
| ___________________^
75 | | // Assert alignment.
76 | | const ASSERT: bool = if align_of::() > ARC_COUNT...
77 | | align_of::() + size_of::()
... |
81 | | ASSERT
82 | | } as usize] = [];
| |______________^ attempt to compute 0_usize - 1_usize, which would overflow
For more information about this error, try rustc --explain E0080.
error: could not compile ropey due to 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-install9I2Zyc
The text was updated successfully, but these errors were encountered:
error[E0080]: evaluation of constant value failed
--> /home/dujan/.cargo/registry/src/github.com-1ecc6299db9ec823/ropey-1.4.1/src/tree/mod.rs:74:19
|
74 | const _: [(); 0 - !{
| ___________________^
75 | | // Assert alignment.
76 | | const ASSERT: bool = if align_of::() > ARC_COUNT...
77 | | align_of::() + size_of::()
... |
81 | | ASSERT
82 | | } as usize] = [];
| |______________^ attempt to compute
0_usize - 1_usize
, which would overflowFor more information about this error, try
rustc --explain E0080
.error: could not compile
ropey
due to 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-install9I2Zyc
The text was updated successfully, but these errors were encountered: