rust/src/test/ui/parser/removed-syntax-with-1.stderr
2019-11-06 17:26:20 -08:00

11 lines
353 B
Plaintext

error: expected one of `,`, `.`, `?`, `}`, or an operator, found `with`
--> $DIR/removed-syntax-with-1.rs:8:25
|
LL | let b = S { foo: () with a, bar: () };
| - ^^^^ expected one of `,`, `.`, `?`, `}`, or an operator
| |
| while parsing this struct
error: aborting due to previous error