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
extern crate
The docs ask you to add this:
#[macro_use] extern crate static_assertions;
However, when I did this, the compiler gave:
warning: unused `#[macro_use]` import --> ykrt/src/lib.rs:11:1 | 11 | #[macro_use] | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
It seems to work just fine without.
I'm using:
rustc 1.75.0-nightly (1c05d50c8 2023-10-21)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The docs ask you to add this:
However, when I did this, the compiler gave:
It seems to work just fine without.
I'm using:
The text was updated successfully, but these errors were encountered: