9 lines
190 B
Rust
9 lines
190 B
Rust
![]() |
pub enum Test { //~ HELP consider adding `#[derive(Default)]` to this enum
|
||
|
#[default]
|
||
|
//~^ ERROR cannot find attribute `default` in this scope
|
||
|
First,
|
||
|
Second,
|
||
|
}
|
||
|
|
||
|
fn main() {}
|