mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 18:12:51 +00:00
9 lines
136 B
Rust
9 lines
136 B
Rust
enum Tila {
|
|
//~^ ERROR: all variants have the same prefix: `Työ`
|
|
TyöAlkoi,
|
|
TyöKeskeytyi,
|
|
TyöValmis,
|
|
}
|
|
|
|
fn main() {}
|