9 lines
86 B
Rust
9 lines
86 B
Rust
#[derive(Default)] //~ ERROR E0665
|
|
enum Food {
|
|
Sweet,
|
|
Salty,
|
|
}
|
|
|
|
fn main() {
|
|
}
|