]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/unusual_item_types.Test-X-{constructor#0}.mir_map.0.32bit.mir
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[rust.git] / src / test / mir-opt / unusual_item_types.Test-X-{constructor#0}.mir_map.0.32bit.mir
index 028281ba4501c3b1d1ec03192a6afa6a98b442da..0686af46ed58ea5d6b97c8389e1fd8928e3b6a65 100644 (file)
@@ -1,12 +1,12 @@
 // MIR for `Test::X` 0 mir_map
 
 fn Test::X(_1: usize) -> Test {
-    let mut _0: Test;                    // return place in scope 0 at $DIR/unusual-item-types.rs:16:5: 16:6
+    let mut _0: Test;                    // return place in scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
 
     bb0: {
-        Deinit(_0);                      // scope 0 at $DIR/unusual-item-types.rs:16:5: 16:6
-        ((_0 as X).0: usize) = move _1;  // scope 0 at $DIR/unusual-item-types.rs:16:5: 16:6
-        discriminant(_0) = 0;            // scope 0 at $DIR/unusual-item-types.rs:16:5: 16:6
-        return;                          // scope 0 at $DIR/unusual-item-types.rs:16:5: 16:6
+        Deinit(_0);                      // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
+        ((_0 as X).0: usize) = move _1;  // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
+        discriminant(_0) = 0;            // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
+        return;                          // scope 0 at $DIR/unusual-item-types.rs:+0:5: +0:6
     }
 }