about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/test/ui/lifetime-errors/ex1-return-one-existing-name-if-else-using-closure.stderr10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/ui/lifetime-errors/ex1-return-one-existing-name-if-else-using-closure.stderr b/src/test/ui/lifetime-errors/ex1-return-one-existing-name-if-else-using-closure.stderr
index c96ff9bc114..20104afae51 100644
--- a/src/test/ui/lifetime-errors/ex1-return-one-existing-name-if-else-using-closure.stderr
+++ b/src/test/ui/lifetime-errors/ex1-return-one-existing-name-if-else-using-closure.stderr
@@ -14,16 +14,16 @@ note: ...so that reference does not outlive borrowed content
    |
 19 |     invoke(&x, |a, b| if a > b { a } else { b });
    |                                             ^
-note: but, the lifetime must be valid for the call at 19:5...
+note: but, the lifetime must be valid for the expression at 19:5...
   --> $DIR/ex1-return-one-existing-name-if-else-using-closure.rs:19:5
    |
 19 |     invoke(&x, |a, b| if a > b { a } else { b });
-   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-note: ...so that argument is valid for the call
-  --> $DIR/ex1-return-one-existing-name-if-else-using-closure.rs:19:12
+   |     ^^^^^^
+note: ...so that a type/lifetime parameter is in scope here
+  --> $DIR/ex1-return-one-existing-name-if-else-using-closure.rs:19:5
    |
 19 |     invoke(&x, |a, b| if a > b { a } else { b });
-   |            ^^
+   |     ^^^^^^
 
 error: aborting due to previous error(s)