diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-16 21:16:53 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-11-16 21:16:53 +0000 |
| commit | db12abf5e1dfcc3b707b743ff0df6f9e29504013 (patch) | |
| tree | 5dd9b83e4a1acb64131eeb7bd74fa234829f7012 | |
| parent | def04540a4e2541b995195c752c751295606a388 (diff) | |
| parent | dfc669b74c214ad5afeb94211ebe1fd70ac8d43a (diff) | |
| download | rust-db12abf5e1dfcc3b707b743ff0df6f9e29504013.tar.gz rust-db12abf5e1dfcc3b707b743ff0df6f9e29504013.zip | |
Merge branch 'sync_from_rust'
| -rw-r--r-- | build_system/tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs index 10736ff9a55..ff71a567ed3 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -457,6 +457,8 @@ impl<'a> TestRunner<'a> { cmd.arg("--target"); cmd.arg(&self.target_compiler.triple); cmd.arg("-Cpanic=abort"); + cmd.arg("--check-cfg=cfg(no_unstable_features)"); + cmd.arg("--check-cfg=cfg(jit)"); cmd.args(args); cmd } |
