blob: 3d9e900a4e9885a279b3422618f79d1aaf9f4718 [file] [log] [blame]
error: unreachable pattern
--> $DIR/match-arm-statics.rs:25:9
|
LL | (true, true) => ()
| ^^^^^^^^^^^^
|
note: lint level defined here
--> $DIR/match-arm-statics.rs:2:9
|
LL | #![deny(unreachable_patterns)]
| ^^^^^^^^^^^^^^^^^^^^
error: unreachable pattern
--> $DIR/match-arm-statics.rs:40:9
|
LL | Some(Some(East)) => (),
| ^^^^^^^^^^^^^^^^
error: unreachable pattern
--> $DIR/match-arm-statics.rs:60:9
|
LL | Foo { bar: Some(EAST), baz: NewBool(false) } => ()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 3 previous errors