about summary refs log tree commit diff
path: root/src/test/ui/tuple/tuple-index-out-of-bounds.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/tuple/tuple-index-out-of-bounds.stderr')
-rw-r--r--src/test/ui/tuple/tuple-index-out-of-bounds.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/tuple/tuple-index-out-of-bounds.stderr b/src/test/ui/tuple/tuple-index-out-of-bounds.stderr
index 068e83ab091..86e977a01b7 100644
--- a/src/test/ui/tuple/tuple-index-out-of-bounds.stderr
+++ b/src/test/ui/tuple/tuple-index-out-of-bounds.stderr
@@ -1,11 +1,11 @@
 error[E0609]: no field `2` on type `Point`
-  --> $DIR/tuple-index-out-of-bounds.rs:17:12
+  --> $DIR/tuple-index-out-of-bounds.rs:7:12
    |
 LL |     origin.2;
    |            ^ did you mean `0`?
 
 error[E0609]: no field `2` on type `({integer}, {integer})`
-  --> $DIR/tuple-index-out-of-bounds.rs:22:11
+  --> $DIR/tuple-index-out-of-bounds.rs:12:11
    |
 LL |     tuple.2;
    |           ^