diff options
Diffstat (limited to 'src/test/mir-opt/inline-closure-borrows-arg.rs')
| -rw-r--r-- | src/test/mir-opt/inline-closure-borrows-arg.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/mir-opt/inline-closure-borrows-arg.rs b/src/test/mir-opt/inline-closure-borrows-arg.rs index aab432ddc87..ba1712f4ca3 100644 --- a/src/test/mir-opt/inline-closure-borrows-arg.rs +++ b/src/test/mir-opt/inline-closure-borrows-arg.rs @@ -30,7 +30,7 @@ fn foo<T: Copy>(_t: T, q: &i32) -> i32 { // ... // bb0: { // ... -// _3 = [closure@NodeId(39)]; +// _3 = [closure@NodeId(53)]; // ... // _4 = &_3; // ...  | 
