mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
warning: unreachable pattern
|
|
--> $DIR/packed_pattern2.rs:24:9
|
|
|
|
|
LL | FOO => unreachable!(),
|
|
| ^^^
|
|
|
|
|
= note: `#[warn(unreachable_patterns)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|