mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
maybe replace check-cfg values in bootstrap with ones in Cargo.toml
This commit is contained in:
@@ -85,6 +85,8 @@
|
||||
(Some(Mode::ToolStd), "rust_analyzer", None),
|
||||
(Some(Mode::Codegen), "parallel_compiler", None),
|
||||
// NOTE: consider updating `check-cfg` entries in `std/Cargo.toml` too.
|
||||
// cfg(bootstrap) remove these once the bootstrap compiler supports
|
||||
// `lints.rust.unexpected_cfgs.check-cfg`
|
||||
(Some(Mode::Std), "stdarch_intel_sde", None),
|
||||
(Some(Mode::Std), "no_fp_fmt_parse", None),
|
||||
(Some(Mode::Std), "no_global_oom_handling", None),
|
||||
|
||||
Reference in New Issue
Block a user