Skip to content

Commit b7272c2

Browse files
committed
Remove unnecessary -Zunstable-options
1 parent 41f6d55 commit b7272c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_system/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ impl<'a> TestRunner<'a> {
432432
cmd.arg("--target");
433433
cmd.arg(&self.target_compiler.triple);
434434
cmd.arg("-Cpanic=abort");
435-
cmd.arg("-Zunstable-options");
436435
cmd.arg("--check-cfg=cfg(jit)");
437436
cmd.args(args);
438437
cmd

0 commit comments

Comments
 (0)