blob: 268224cac3826f0841d6020eef36087d49eba68f [file] [log] [blame]
error[E0665]: `Default` cannot be derived for enums, only structs
--> $DIR/E0665.rs:11:10
|
LL | #[derive(Default)] //~ ERROR E0665
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0665`.