summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/instrument_coverage.bar.InstrumentCoverage.diff
blob: 0aece766bd5d052bb6bafd96e9749025c6564118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- // MIR for `bar` before InstrumentCoverage
+ // MIR for `bar` after InstrumentCoverage
  
  fn bar() -> bool {
      let mut _0: bool;
  
      bb0: {
+         Coverage::Counter(1) for /the/src/instrument_coverage.rs:20:1 - 22:2;
          _0 = const true;
          return;
      }
  }