summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/removed-syntax-with-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/removed-syntax-with-2.stderr')
-rw-r--r--tests/ui/parser/removed-syntax-with-2.stderr5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/ui/parser/removed-syntax-with-2.stderr b/tests/ui/parser/removed-syntax-with-2.stderr
index c6ae1ce67..e75c5bcd6 100644
--- a/tests/ui/parser/removed-syntax-with-2.stderr
+++ b/tests/ui/parser/removed-syntax-with-2.stderr
@@ -2,8 +2,9 @@ error: expected one of `,`, `:`, or `}`, found `a`
--> $DIR/removed-syntax-with-2.rs:8:31
|
LL | let b = S { foo: (), with a };
- | - ^ expected one of `,`, `:`, or `}`
- | |
+ | - ---- ^ expected one of `,`, `:`, or `}`
+ | | |
+ | | while parsing this struct field
| while parsing this struct
error[E0063]: missing field `bar` in initializer of `S`