Skip to content

Commit b2871e5

Browse files
committed
allow cfg(bootstrap) in compiletest
1 parent d67934a commit b2871e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ const EXTRA_CHECK_CFGS: &[(Option<Mode>, &str, Option<&[&'static str]>)] = &[
8585
(Some(Mode::Codegen), "bootstrap", None),
8686
(Some(Mode::ToolRustc), "bootstrap", None),
8787
(Some(Mode::ToolStd), "bootstrap", None),
88+
(Some(Mode::ToolBootstrap), "bootstrap", None),
8889
(Some(Mode::Rustc), "llvm_enzyme", None),
8990
(Some(Mode::Codegen), "llvm_enzyme", None),
9091
(Some(Mode::ToolRustc), "llvm_enzyme", None),

0 commit comments

Comments
 (0)