]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/removed-syntax-with-1.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / parser / removed-syntax-with-1.stderr
CommitLineData
0bf4aa26 1error: expected one of `,`, `.`, `?`, `}`, or an operator, found `with`
0731742a 2 --> $DIR/removed-syntax-with-1.rs:8:25
0bf4aa26 3 |
9fa01778 4LL | let b = S { foo: () with a, bar: () };
60c5eb7d 5 | - ^^^^ expected one of `,`, `.`, `?`, `}`, or an operator
9fa01778
XL
6 | |
7 | while parsing this struct
0bf4aa26 8
9fa01778 9error: aborting due to previous error
0bf4aa26 10