-
Notifications
You must be signed in to change notification settings - Fork 953
New issue
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
Unexpected cfg
condition warnings for cfgs defined by build.rs
#6347
Comments
It looks like for some reason cargo ignored the rust-toolchain.toml file and compiled with Rust 1.80+ which has these new warnings enabled.
|
cfg
condition warnings for cfgs defined by build.rs
Ah, better! This is fixed in the latest cfg_aliases version https://github.com/katharostech/cfg_aliases/releases/tag/v0.2.1 |
Thanks. In fact, I had just updated rustc to 1.81 since another crate required it. So yeah... |
It does compile and run ! but with the following issues that I don't understand.
The text was updated successfully, but these errors were encountered: