diff options
Diffstat (limited to 'tests/ui/tuple/tuple-index-not-tuple.stderr')
| -rw-r--r-- | tests/ui/tuple/tuple-index-not-tuple.stderr | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ui/tuple/tuple-index-not-tuple.stderr b/tests/ui/tuple/tuple-index-not-tuple.stderr index a267e41b1bc..faf9a313478 100644 --- a/tests/ui/tuple/tuple-index-not-tuple.stderr +++ b/tests/ui/tuple/tuple-index-not-tuple.stderr @@ -6,8 +6,9 @@ LL | origin.0; | help: a field with a similar name exists | -LL | origin.x; - | ~ +LL - origin.0; +LL + origin.x; + | error[E0609]: no field `0` on type `Empty` --> $DIR/tuple-index-not-tuple.rs:8:11 |
