We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2868985 commit 45ad60dCopy full SHA for 45ad60d
library/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