2019-03-08 16:35:38 -06:00
|
|
|
error: missing comma
|
2019-05-31 15:50:04 -05:00
|
|
|
--> $DIR/recover-enum.rs:3:13
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | Very
|
2019-03-08 16:35:38 -06:00
|
|
|
| ^ help: missing comma
|
2018-10-20 15:36:17 -05:00
|
|
|
|
2019-03-08 16:35:38 -06:00
|
|
|
error: missing comma
|
2019-05-31 15:50:04 -05:00
|
|
|
--> $DIR/recover-enum.rs:5:19
|
2019-03-08 16:35:38 -06:00
|
|
|
|
|
|
|
|
LL | Bad(usize)
|
|
|
|
| ^ help: missing comma
|
|
|
|
|
|
|
|
error: missing comma
|
2019-05-31 15:50:04 -05:00
|
|
|
--> $DIR/recover-enum.rs:7:27
|
2019-03-08 16:35:38 -06:00
|
|
|
|
|
|
|
|
LL | Stuff { a: usize }
|
|
|
|
| ^ help: missing comma
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-10-20 15:36:17 -05:00
|
|
|
|