2017-02-07 14:05:30 -06:00
|
|
|
error: enum with no variants
|
2017-05-17 10:51:35 -05:00
|
|
|
--> empty_enum.rs:7:1
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
2017-02-08 07:58:07 -06:00
|
|
|
7 | enum Empty {}
|
2017-02-07 14:05:30 -06:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
2017-05-17 07:19:44 -05:00
|
|
|
= note: `-D empty-enum` implied by `-D warnings`
|
2017-02-07 14:05:30 -06:00
|
|
|
help: consider using the uninhabited type `!` or a wrapper around it
|
2017-05-17 10:51:35 -05:00
|
|
|
--> empty_enum.rs:7:1
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
2017-02-08 07:58:07 -06:00
|
|
|
7 | enum Empty {}
|
2017-02-07 14:05:30 -06:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2017-05-26 02:21:54 -05:00
|
|
|
error: aborting due to previous error(s)
|
2017-02-07 14:05:30 -06:00
|
|
|
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
To learn more, run the command again with --verbose.
|