]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-with-1.stderr
Move parse-fail tests to UI
[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:20:25
3    |
4 LL |     let b = S { foo: () with a };
5    |                         ^^^^ expected one of `,`, `.`, `?`, `}`, or an operator here
6
7 error: aborting due to previous error
8