]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/instrument_coverage.bar.InstrumentCoverage.diff
Rollup merge of #99864 - klensy:bootstrap-art-dupe, r=jyn514
[rust.git] / src / test / mir-opt / instrument_coverage.bar.InstrumentCoverage.diff
index fef696df770b67ad22fb87a90dfaea803a8d7831..b78ef36eadd9808fefc8aa909ac9080a99444639 100644 (file)
@@ -2,12 +2,12 @@
 + // MIR for `bar` after InstrumentCoverage
   
   fn bar() -> bool {
-      let mut _0: bool;                    // return place in scope 0 at /the/src/instrument_coverage.rs:19:13: 19:17
+      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:19:1 - 21:2; // scope 0 at /the/src/instrument_coverage.rs:21:2: 21:2
-          _0 = const true;                 // scope 0 at /the/src/instrument_coverage.rs:20:5: 20:9
-          return;                          // scope 0 at /the/src/instrument_coverage.rs:21:2: 21:2
++         Coverage::Counter(1) for /the/src/instrument_coverage.rs:19:1 - 21: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
       }
   }