diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-13 16:45:11 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-09-13 16:45:11 +0000 |
| commit | b7272c236a2d308cd1ee0792d60d95cbf6797f46 (patch) | |
| tree | 729dcd6c5f49882cb75a881bce187c351921e096 | |
| parent | 41f6d553980b725f75d855af45f2713265c8f14a (diff) | |
| download | rust-b7272c236a2d308cd1ee0792d60d95cbf6797f46.tar.gz rust-b7272c236a2d308cd1ee0792d60d95cbf6797f46.zip | |
Remove unnecessary -Zunstable-options
| -rw-r--r-- | build_system/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs index 091fc83b0ac..fc49b0d4ac4 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -432,7 +432,6 @@ impl<'a> TestRunner<'a> { cmd.arg("--target"); cmd.arg(&self.target_compiler.triple); cmd.arg("-Cpanic=abort"); - cmd.arg("-Zunstable-options"); cmd.arg("--check-cfg=cfg(jit)"); cmd.args(args); cmd |
