]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/bind-struct-early-modifiers.stderr
New upstream version 1.35.0+dfsg1
[rustc.git] / src / test / ui / parser / bind-struct-early-modifiers.stderr
CommitLineData
0bf4aa26 1error: expected `,`
0731742a 2 --> $DIR/bind-struct-early-modifiers.rs:4:19
0bf4aa26 3 |
532ac7d7 4LL | Foo { ref x: ref x } => {},
0bf4aa26
XL
5 | ^
6
532ac7d7 7error: aborting due to previous error
0bf4aa26 8