We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9540b7 commit 0f40b65Copy full SHA for 0f40b65
src/bootstrap/src/lib.rs
@@ -83,8 +83,6 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[
83
(Some(Mode::Std), "no_global_oom_handling", None),
84
(Some(Mode::Std), "no_rc", None),
85
(Some(Mode::Std), "no_sync", None),
86
- (Some(Mode::Std), "freebsd12", None),
87
- (Some(Mode::Std), "freebsd13", None),
88
(Some(Mode::Std), "backtrace_in_libstd", None),
89
/* Extra values not defined in the built-in targets yet, but used in std */
90
(Some(Mode::Std), "target_env", Some(&["libnx"])),
0 commit comments