-
-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Labels
Description
error: any use of this value will cause an error
--> git-bitmap/src/ewah.rs:114:46
|
114 | const RLW_LARGEST_RUNNING_COUNT: usize = (1 << RLW_RUNNING_BITS) - 1;
| -----------------------------------------^^^^^^^^^^^^^^^^^^^^^^^-----
| |
| attempt to shift left by `32_usize`, which would overflow
|
= note: `#[deny(const_err)]` on by default
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>