rust/src/test/ui/consts/const-eval/const-eval-overflow-2.stderr

9 lines
197 B
Plaintext
Raw Normal View History

error: could not evaluate constant pattern
2018-06-02 21:38:57 +00:00
--> $DIR/const-eval-overflow-2.rs:25:9
|
2018-02-23 00:42:32 +00:00
LL | NEG_NEG_128 => println!("A"),
| ^^^^^^^^^^^
error: aborting due to previous error