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

warning: 1 warning emitted