Skip to content

Commit 97ca520

Browse files
committed
check-cfg needs -Zunstable-options
1 parent db12abf commit 97ca520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_system/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ impl<'a> TestRunner<'a> {
457457
cmd.arg("--target");
458458
cmd.arg(&self.target_compiler.triple);
459459
cmd.arg("-Cpanic=abort");
460+
cmd.arg("-Zunstable-options");
460461
cmd.arg("--check-cfg=cfg(no_unstable_features)");
461462
cmd.arg("--check-cfg=cfg(jit)");
462463
cmd.args(args);

0 commit comments

Comments
 (0)