We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a798a8 commit 5556212Copy full SHA for 5556212
src/tools/miri/Cargo.toml
@@ -78,6 +78,7 @@ native-lib = ["dep:libffi", "dep:libloading", "dep:capstone", "dep:ipc-channel",
78
79
[lints.rust.unexpected_cfgs]
80
level = "warn"
81
+check-cfg = ['cfg(bootstrap)']
82
83
# Be aware that this file is inside a workspace when used via the
84
# submodule in the rustc repo. That means there are many cargo features
0 commit comments