2021-11-04 12:52:36 +00:00
|
|
|
error: all variants have the same prefix: `Työ`
|
2024-02-17 12:16:29 +00:00
|
|
|
--> tests/ui/crashes/ice-7869.rs:1:1
|
2021-11-04 12:52:36 +00:00
|
|
|
|
|
|
|
|
LL | / enum Tila {
|
2023-08-24 19:32:12 +00:00
|
|
|
LL | |
|
2021-11-04 12:52:36 +00:00
|
|
|
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 16:04:22 +00:00
|
|
|
= note: `-D clippy::enum-variant-names` implied by `-D warnings`
|
2023-08-01 12:02:21 +00:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::enum_variant_names)]`
|
2021-11-04 12:52:36 +00:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-11-04 12:52:36 +00:00
|
|
|
|