We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a clean build, I get several instances of this error:
error[E0034]: multiple applicable items in scope --> /home/hanh/.cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-0.18.4/src/field.rs:307:25 | 307 | check("load", len, M::BITS); | ^^^^ multiple `BITS` found | note: candidate #1 is defined in the trait `mem::BitMemory` --> /home/hanh/.cargo/registry/src/github.com-1ecc6299db9ec823/bitvec-0.18.4/src/mem.rs:26:2 | 26 | const BITS: u8 = mem::size_of::<Self>() as u8 * 8; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ note: candidate #2 is defined in the trait `funty::IsNumber` --> /home/hanh/.cargo/registry/src/github.com-1ecc6299db9ec823/funty-1.2.0/src/lib.rs:144:2 | 144 | const BITS: u32; | ^^^^^^^^^^^^^^^^ help: disambiguate the associated constant for candidate #1 | 307 | check("load", len, mem::BitMemory::BITS); | ^^^^^^^^^^^^^^^^^^^^ help: disambiguate the associated constant for candidate #2 | 307 | check("load", len, funty::IsNumber::BITS); | ^^^^^^^^^^^^^^^^^^^^^
To reproduce, just clone the repo and run cargo build.
The text was updated successfully, but these errors were encountered:
Sorry - duplicate
Sorry, something went wrong.
Duplicate of #105, to be specific.
No branches or pull requests
On a clean build, I get several instances of this error:
To reproduce, just clone the repo and run cargo build.
The text was updated successfully, but these errors were encountered: