summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-7869.stderr
blob: 7acace78a7b26f60af31be5e3208de5e1d8390b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 previous error