blob: fa72db6aaef9d7bafdba3ea517fc7a1393b97bba [file] [log] [blame] [edit]
error: cannot find attribute `default` in this scope
--> $DIR/suggest-default-attribute.rs:2:7
|
LL | #[default]
| ^^^^^^^
|
help: consider adding a derive
|
LL + #[derive(Default)]
LL | pub enum Test {
|
error: aborting due to 1 previous error