mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
14 lines
599 B
Diff
14 lines
599 B
Diff
- // MIR for `bar` before InstrumentCoverage
|
|
+ // MIR for `bar` after InstrumentCoverage
|
|
|
|
fn bar() -> bool {
|
|
let mut _0: bool; // return place in scope 0 at /the/src/instrument_coverage.rs:+0:13: +0:17
|
|
|
|
bb0: {
|
|
+ Coverage::Counter(1) for /the/src/instrument_coverage.rs:20:1 - 22:2; // scope 0 at /the/src/instrument_coverage.rs:+2:2: +2:2
|
|
_0 = const true; // scope 0 at /the/src/instrument_coverage.rs:+1:5: +1:9
|
|
return; // scope 0 at /the/src/instrument_coverage.rs:+2:2: +2:2
|
|
}
|
|
}
|
|
|