about summary refs log tree commit diff
path: root/src/test/ui/span/dropck-object-cycle.nll.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/span/dropck-object-cycle.nll.stderr')
-rw-r--r--src/test/ui/span/dropck-object-cycle.nll.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/span/dropck-object-cycle.nll.stderr b/src/test/ui/span/dropck-object-cycle.nll.stderr
index 52d4007f3f8..cfaf470212f 100644
--- a/src/test/ui/span/dropck-object-cycle.nll.stderr
+++ b/src/test/ui/span/dropck-object-cycle.nll.stderr
@@ -1,5 +1,5 @@
 error[E0597]: `*m` does not live long enough
-  --> $DIR/dropck-object-cycle.rs:37:31
+  --> $DIR/dropck-object-cycle.rs:27:31
    |
 LL |     assert_eq!(object_invoke1(&*m), (4,5));
    |                               ^^^ borrowed value does not live long enough