diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2025-08-06 22:02:01 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2025-08-06 22:38:52 +1000 |
| commit | 81ed042c8cc4a1bd677c9209cf9edca6b91af04a (patch) | |
| tree | 9f2916faf332a32de4cf12582698de10ee8600ee /compiler/rustc_interface | |
| parent | dc0bae1db725fbba8524f195f74f680995fd549e (diff) | |
| download | rust-81ed042c8cc4a1bd677c9209cf9edca6b91af04a.tar.gz rust-81ed042c8cc4a1bd677c9209cf9edca6b91af04a.zip | |
coverage: Remove all unstable support for MC/DC instrumentation
Diffstat (limited to 'compiler/rustc_interface')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 86faab62d03..16474b231e0 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -777,7 +777,7 @@ fn test_unstable_options_tracking_hash() { tracked!( coverage_options, CoverageOptions { - level: CoverageLevel::Mcdc, + level: CoverageLevel::Branch, // (don't collapse test-only options onto the same line) discard_all_spans_in_codegen: true, } |
