mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 11:08:24 +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
|
|
|