2019-10-14 18:55:32 +01:00
|
|
|
error: unreachable pattern
|
2019-09-20 21:09:39 +01:00
|
|
|
--> $DIR/issue-65157-repeated-match-arm.rs:15:9
|
2019-10-14 18:55:32 +01:00
|
|
|
|
|
|
|
|
LL | PartiallyInhabitedVariants::Struct { .. } => {},
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2019-10-14 18:55:32 +01:00
|
|
|
--> $DIR/issue-65157-repeated-match-arm.rs:2:9
|
|
|
|
|
|
|
|
|
LL | #![deny(unreachable_patterns)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|