about summary refs log tree commit diff
path: root/tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr')
-rw-r--r--tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr b/tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr
index 945fb0fc618..3732307ca35 100644
--- a/tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr
+++ b/tests/ui/impl-trait/multiple-lifetimes/error-handling.stderr
@@ -1,5 +1,5 @@
 error: lifetime may not live long enough
-  --> $DIR/error-handling.rs:20:16
+  --> $DIR/error-handling.rs:21:16
    |
 LL | fn foo<'a, 'b, 'c>(x: &'static i32, mut y: &'a i32) -> E<'b, 'c> {
    |        --  -- lifetime `'b` defined here