mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 01:13:11 +00:00
check-cfg needs -Zunstable-options
This commit is contained in:
parent
db12abf5e1
commit
97ca520c44
@ -457,6 +457,7 @@ 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(no_unstable_features)");
|
||||
cmd.arg("--check-cfg=cfg(jit)");
|
||||
cmd.args(args);
|
||||
|
Loading…
Reference in New Issue
Block a user