rust/src/test/ui/E0665.stderr

10 lines
267 B
Plaintext
Raw Normal View History

2018-05-17 14:17:53 -05:00
error[E0665]: `Default` cannot be derived for enums, only structs
2018-08-16 08:37:33 -05:00
--> $DIR/E0665.rs:11:10
2018-05-17 14:17:53 -05:00
|
LL | #[derive(Default)] //~ ERROR E0665
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0665`.