Skip to content

Commit 79ad2d5

Browse files
committed
fix check_cfg
1 parent 3975d55 commit 79ad2d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &'static str, Option<&[&'static str]>)]
198198
(None, "bootstrap", None),
199199
(Some(Mode::Rustc), "parallel_compiler", None),
200200
(Some(Mode::ToolRustc), "parallel_compiler", None),
201+
(Some(Mode::Codegen), "parallel_compiler", None),
201202
(Some(Mode::Std), "stdarch_intel_sde", None),
202203
(Some(Mode::Std), "no_fp_fmt_parse", None),
203204
(Some(Mode::Std), "no_global_oom_handling", None),

0 commit comments

Comments
 (0)