We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3a320 commit 30e0ab8Copy full SHA for 30e0ab8
src/bootstrap/src/lib.rs
@@ -85,6 +85,8 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[
85
(Some(Mode::ToolStd), "rust_analyzer", None),
86
(Some(Mode::Codegen), "parallel_compiler", None),
87
// NOTE: consider updating `check-cfg` entries in `std/Cargo.toml` too.
88
+ // cfg(bootstrap) remove these once the bootstrap compiler supports
89
+ // `lints.rust.unexpected_cfgs.check-cfg`
90
(Some(Mode::Std), "stdarch_intel_sde", None),
91
(Some(Mode::Std), "no_fp_fmt_parse", None),
92
(Some(Mode::Std), "no_global_oom_handling", None),
0 commit comments