blob: 3cb69492eb76d41e350e79c41e4d12626c33b24e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0665]: `Default` cannot be derived for enums, only structs
--> $DIR/E0665.rs:1:10
|
LL | #[derive(Default)]
| ^^^^^^^
|
= note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0665`.
|