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

error: aborting due to previous error