summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/packed_pattern2.stderr
blob: 4dc54461eeb24485c44470168e2108156ef86d79 (plain)
1
2
3
4
5
6
7
8
9
10
warning: unreachable pattern
  --> $DIR/packed_pattern2.rs:24:9
   |
LL |         FOO => unreachable!(),
   |         ^^^
   |
   = note: `#[warn(unreachable_patterns)]` on by default

warning: 1 warning emitted