summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/instrument_coverage.bar.InstrumentCoverage.diff
blob: afcfde09c02f1965431f2bf97a75026f002d1f17 (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(0) for /the/src/instrument_coverage.rs:20:1 - 22:2;
          _0 = const true;
          return;
      }
  }