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

18 lines
493 B
Plaintext
Raw Normal View History

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
2022-09-22 11:04:22 -05:00
= 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