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