summary refs log tree commit diff
path: root/src/test/ui/parser/removed-syntax-with-1.stderr
blob: 37baf742ed8881074c5225a56c26ef0a861b73b4 (plain)
1
2
3
4
5
6
7
8
error: expected one of `,`, `.`, `?`, `}`, or an operator, found `with`
  --> $DIR/removed-syntax-with-1.rs:20:25
   |
LL |     let b = S { foo: () with a };
   |                         ^^^^ expected one of `,`, `.`, `?`, `}`, or an operator here

error: aborting due to previous error