This reverts commitadf9b5fcd1, reversing changes made toaf1ca153d4. Reverting due to <https://github.com/rust-lang/rust/issues/133606>.
16 lines
376 B
Diff
16 lines
376 B
Diff
- // MIR for `bar` before InstrumentCoverage
|
|
+ // MIR for `bar` after InstrumentCoverage
|
|
|
|
fn bar() -> bool {
|
|
let mut _0: bool;
|
|
|
|
+ coverage body span: $DIR/instrument_coverage.rs:19:18: 21:2 (#0)
|
|
+ coverage Code(Counter(0)) => 19:1 - 21:2;
|
|
+
|
|
bb0: {
|
|
+ Coverage::CounterIncrement(0);
|
|
_0 = const true;
|
|
return;
|
|
}
|
|
}
|
|
|