]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-with-1.stderr
Remove "here" from "expected one of X here"
[rust.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