]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-7869.stderr
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / tests / ui / crashes / ice-7869.stderr
1 error: all variants have the same prefix: `Työ`
2   --> $DIR/ice-7869.rs:1:1
3    |
4 LL | / enum Tila {
5 LL | |     TyöAlkoi,
6 LL | |     TyöKeskeytyi,
7 LL | |     TyöValmis,
8 LL | | }
9    | |_^
10    |
11    = note: `-D clippy::enum-variant-names` implied by `-D warnings`
12    = help: remove the prefixes and use full paths to the variants instead of glob imports
13
14 error: aborting due to previous error
15