diff options
| author | b-naber <bn263@gmx.de> | 2022-09-21 17:57:30 +0200 |
|---|---|---|
| committer | b-naber <bn263@gmx.de> | 2022-09-26 14:21:39 +0200 |
| commit | 6118ee343f5ebbea657337a5dceb9ded40fde117 (patch) | |
| tree | 16f672a21368664e47a06623f3f370bf78223021 /src/test/mir-opt/inline/inline_shims.clone.Inline.diff | |
| parent | 897adb866665997fe8dfb66dc338faba9671577a (diff) | |
| download | rust-6118ee343f5ebbea657337a5dceb9ded40fde117.tar.gz rust-6118ee343f5ebbea657337a5dceb9ded40fde117.zip | |
address review
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.diff | 2 |
1 files changed, 1 insertions, 1 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 25ca05893b2..d691e90b7da 100644 --- a/src/test/mir-opt/inline/inline_shims.clone.Inline.diff +++ b/src/test/mir-opt/inline/inline_shims.clone.Inline.diff @@ -14,7 +14,7 @@ - _0 = <fn(A, B) as Clone>::clone(move _2) -> bb1; // scope 0 at $DIR/inline-shims.rs:+1:5: +1:14 - // mir::Constant - // + span: $DIR/inline-shims.rs:6:7: 6:12 -- // + literal: Const { ty: for<'r> fn(&'r fn(A, B)) -> fn(A, B) {<fn(A, B) as Clone>::clone}, val: Value(<ZST>) } +- // + literal: Const { ty: for<'a> fn(&'a fn(A, B)) -> fn(A, B) {<fn(A, B) as Clone>::clone}, val: Value(<ZST>) } - } - - bb1: { |
