blob: 10b4aba4053bdd60d5dd27a06f5d12e235fcb8f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
error: missing comma
--> $DIR/recover-enum.rs:5:13
|
LL | Very
| ^ help: missing comma
error: missing comma
--> $DIR/recover-enum.rs:7:19
|
LL | Bad(usize)
| ^ help: missing comma
error: missing comma
--> $DIR/recover-enum.rs:9:27
|
LL | Stuff { a: usize }
| ^ help: missing comma
error: aborting due to 3 previous errors
|