diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-05-28 05:00:57 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-05-28 05:00:57 +0000 |
| commit | 15f0fb03bbe83245c0fc21775a152e59193fb059 (patch) | |
| tree | d03e91ea1b65f9e35d10554b8acf7e8c8cdd929e /compiler/rustc_interface/src | |
| parent | 9d9206c398c22c5408a737365fb4eda017d7e215 (diff) | |
| parent | cd4f199db24c5f2f65c752555a39256f3955f68b (diff) | |
| download | rust-15f0fb03bbe83245c0fc21775a152e59193fb059.tar.gz rust-15f0fb03bbe83245c0fc21775a152e59193fb059.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 20e081d3360..068d96c860f 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -776,8 +776,7 @@ fn test_unstable_options_tracking_hash() { CoverageOptions { level: CoverageLevel::Mcdc, no_mir_spans: true, - discard_all_spans_in_codegen: true, - inject_unused_local_file: true, + discard_all_spans_in_codegen: true } ); tracked!(crate_attr, vec!["abc".to_string()]); |
