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
Compiling bitvec-test v0.1.0 (/tmp/bitvec-test)
error[E0412]: cannot find type `Lsb0` in this scope
--> src/main.rs:4:13
|
4 | let _ = bits![0];
| ^^^^^^^^ not found in this scope
|
= note: this error originates in the macro `bits` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this struct
|
1 + use bitvec::prelude::Lsb0;
|
For more information about this error, try `rustc --explain E0412`.
error: could not compile `bitvec-test` (bin "bitvec-test") due to 1 previous error
The text was updated successfully, but these errors were encountered:
bitvec
version: 1.0.1produces:
The text was updated successfully, but these errors were encountered: