]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/resolve/issue-54379.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / resolve / issue-54379.stderr
index 2a6b54572de03eb955bfd7c81d011c1c27f6f510..750727273eb1fad02e2597cf2f1532ee3138654d 100644 (file)
@@ -8,10 +8,12 @@ LL |         MyStruct { .., Some(_) } => {},
    |                    `..` must be at the end and cannot have a trailing comma
 
 error: expected `,`
-  --> $DIR/issue-54379.rs:9:24
+  --> $DIR/issue-54379.rs:9:28
    |
 LL |         MyStruct { .., Some(_) } => {},
-   |                        ^^^^
+   |         --------           ^
+   |         |
+   |         while parsing the fields for this pattern
 
 error: aborting due to 2 previous errors