blob: b56d599a7866389410ea75efd836fdcbeacec2a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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 previous error
|