about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_shims.clone.Inline.diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/mir-opt/inline/inline_shims.clone.Inline.diff')
-rw-r--r--src/test/mir-opt/inline/inline_shims.clone.Inline.diff6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/mir-opt/inline/inline_shims.clone.Inline.diff b/src/test/mir-opt/inline/inline_shims.clone.Inline.diff
index 3bdd4f4ff56..7379d5f219c 100644
--- a/src/test/mir-opt/inline/inline_shims.clone.Inline.diff
+++ b/src/test/mir-opt/inline/inline_shims.clone.Inline.diff
@@ -4,13 +4,13 @@
   fn clone(_1: fn(A, B)) -> fn(A, B) {
       debug f => _1;                       // in scope 0 at $DIR/inline-shims.rs:5:20: 5:21
       let mut _0: fn(A, B);                // return place in scope 0 at $DIR/inline-shims.rs:5:36: 5:44
-      let mut _2: &fn(A, B);               // in scope 0 at $DIR/inline-shims.rs:6:5: 6:6
+      let mut _2: &fn(A, B);               // in scope 0 at $DIR/inline-shims.rs:6:5: 6:14
 +     scope 1 (inlined <fn(A, B) as Clone>::clone - shim(fn(A, B))) { // at $DIR/inline-shims.rs:6:5: 6:14
 +     }
   
       bb0: {
-          StorageLive(_2);                 // scope 0 at $DIR/inline-shims.rs:6:5: 6:6
-          _2 = &_1;                        // scope 0 at $DIR/inline-shims.rs:6:5: 6:6
+          StorageLive(_2);                 // scope 0 at $DIR/inline-shims.rs:6:5: 6:14
+          _2 = &_1;                        // scope 0 at $DIR/inline-shims.rs:6:5: 6:14
 -         _0 = <fn(A, B) as Clone>::clone(move _2) -> bb1; // scope 0 at $DIR/inline-shims.rs:6:5: 6:14
 -                                          // mir::Constant
 -                                          // + span: $DIR/inline-shims.rs:6:7: 6:12