c2c73189c8
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
18 lines
481 B
Plaintext
18 lines
481 B
Plaintext
error: all variants have the same prefix: `Työ`
|
|
--> $DIR/ice-7869.rs:1:1
|
|
|
|
|
LL | / enum Tila {
|
|
LL | |
|
|
LL | | TyöAlkoi,
|
|
LL | | TyöKeskeytyi,
|
|
LL | | TyöValmis,
|
|
LL | | }
|
|
| |_^
|
|
|
|
|
= help: remove the prefixes and use full paths to the variants instead of glob imports
|
|
= note: `-D clippy::enum-variant-names` implied by `-D warnings`
|
|
= help: to override `-D warnings` add `#[allow(clippy::enum_variant_names)]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|