blob: 81c7ae337dbebe0c12e91256032adaaa52691634 [file] [log] [blame]
error: missing comma
--> $DIR/recover-enum.rs:3:13
|
LL | Very
| ^ help: missing comma
error: missing comma
--> $DIR/recover-enum.rs:5:19
|
LL | Bad(usize)
| ^ help: missing comma
error: missing comma
--> $DIR/recover-enum.rs:7:27
|
LL | Stuff { a: usize }
| ^ help: missing comma
error: aborting due to 3 previous errors