summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/const-eval-overflow-2.stderr
blob: 13f00c47f6c1be43a22a896452da696b68904769 (plain)
1
2
3
4
5
6
7
8
error: could not evaluate constant pattern
  --> $DIR/const-eval-overflow-2.rs:15:9
   |
LL |         NEG_NEG_128 => println!("A"),
   |         ^^^^^^^^^^^

error: aborting due to previous error