summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lifetimes/re-empty-in-error.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lifetimes/re-empty-in-error.stderr')
-rw-r--r--src/test/ui/lifetimes/re-empty-in-error.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lifetimes/re-empty-in-error.stderr b/src/test/ui/lifetimes/re-empty-in-error.stderr
index 72bb0782f..c35d8ecec 100644
--- a/src/test/ui/lifetimes/re-empty-in-error.stderr
+++ b/src/test/ui/lifetimes/re-empty-in-error.stderr
@@ -4,7 +4,7 @@ error: higher-ranked lifetime error
LL | foo(&10);
| ^^^^^^^^
|
- = note: could not prove `for<'b, 'r> &'b (): 'r`
+ = note: could not prove `for<'b> &'b (): 'a`
error: aborting due to previous error