]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/parser/bind-struct-early-modifiers.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / parser / bind-struct-early-modifiers.stderr
index 03482a41f546597720f4a2f2348739ec7d4446d3..b35762a887c782d7ae8e4d177546dbe478bd1ef3 100644 (file)
@@ -1,8 +1,10 @@
 error: expected `,`
-  --> $DIR/bind-struct-early-modifiers.rs:4:19
+  --> $DIR/bind-struct-early-modifiers.rs:4:20
    |
 LL |         Foo { ref x: ref x } => {},
-   |                   ^
+   |         ---        ^
+   |         |
+   |         while parsing the fields for this pattern
 
 error: aborting due to previous error