rust-clippy/tests/ui/crashes/ice-7869.stderr

17 lines
493 B
Text

error: all variants have the same prefix: `Työ`
--> tests/ui/crashes/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