summary refs log tree commit diff
path: root/src/test/ui/parser/recover-enum2.stderr
blob: 2311887a6fb36d35e6177d7c6da3bb10776084b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: expected type, found `{`
  --> $DIR/recover-enum2.rs:6:18
   |
LL |             abc: {},
   |                  ^ expected type

error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `{`
  --> $DIR/recover-enum2.rs:25:22
   |
LL |             Nope(i32 {})
   |                      ^ expected one of 7 possible tokens here

error: aborting due to 2 previous errors