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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
358 B
Plaintext
Raw Normal View History

error: could not evaluate constant pattern
2018-12-25 15:56:47 +00:00
--> $DIR/const-eval-overflow-2.rs:15:9
|
2018-02-23 00:42:32 +00:00
LL | NEG_NEG_128 => println!("A"),
| ^^^^^^^^^^^
2020-01-08 17:02:10 +00:00
error: could not evaluate constant pattern
--> $DIR/const-eval-overflow-2.rs:15:9
|
LL | NEG_NEG_128 => println!("A"),
| ^^^^^^^^^^^
error: aborting due to 2 previous errors