From 81ed042c8cc4a1bd677c9209cf9edca6b91af04a Mon Sep 17 00:00:00 2001 From: Zalathar Date: Wed, 6 Aug 2025 22:02:01 +1000 Subject: coverage: Remove all unstable support for MC/DC instrumentation --- compiler/rustc_interface/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_interface/src') 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, } -- cgit 1.4.1-3-g733a5