We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad855fe commit 902264bCopy full SHA for 902264b
compiler/rustc_type_ir/Cargo.toml
@@ -31,3 +31,6 @@ nightly = [
31
"rustc_index/nightly",
32
"rustc_ast_ir/nightly"
33
]
34
+
35
+[lints.rust]
36
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
0 commit comments