]> git.proxmox.com Git - rustc.git/blob - 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
1 error: expected one of `,`, `.`, `?`, `}`, or an operator, found `with`
2 --> $DIR/removed-syntax-with-1.rs:8:25
3 |
4 LL | let b = S { foo: () with a, bar: () };
5 | - ^^^^ expected one of `,`, `.`, `?`, `}`, or an operator
6 | |
7 | while parsing this struct
8
9 error: aborting due to previous error
10