]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/packed_pattern.stderr
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.git] / src / test / ui / consts / packed_pattern.stderr
1 warning: unreachable pattern
2   --> $DIR/packed_pattern.rs:16:9
3    |
4 LL |         FOO => unreachable!(),
5    |         ^^^
6    |
7    = note: `#[warn(unreachable_patterns)]` on by default
8
9 warning: 1 warning emitted
10