12 lines
363 B
Text
12 lines
363 B
Text
warning: unreachable pattern
|
|
--> $DIR/packed_pattern2.rs:24:9
|
|
|
|
|
LL | Bar { a: Foo { field: (5, 6) } } => {},
|
|
| -------------------------------- matches all the values already
|
|
LL | FOO => unreachable!(),
|
|
| ^^^ unreachable pattern
|
|
|
|
|
= note: `#[warn(unreachable_patterns)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|