We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339f749 commit ba934caCopy full SHA for ba934ca
std/Cargo.toml
@@ -100,6 +100,9 @@ test = true
100
101
[lints.rust.unexpected_cfgs]
102
level = "warn"
103
+# x.py uses beta cargo, so `check-cfg` entries do not yet take effect
104
+# for rust-lang/rust. But for users of `-Zbuild-std` it does.
105
+# The unused warning is waiting for rust-lang/cargo#13925 to reach beta.
106
check-cfg = [
107
'cfg(bootstrap)',
108
'cfg(target_arch, values("xtensa"))',
0 commit comments