summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const_limit/const_eval_limit_overflow.stderr
blob: 7f5d5e6cd4c5ac07714a5d2a977d89dbbbc0506d (plain)
1
2
3
4
5
6
7
8
9
10
error: `limit` must be a non-negative integer
  --> $DIR/const_eval_limit_overflow.rs:2:1
   |
LL | #![const_eval_limit="18_446_744_073_709_551_615"]
   | ^^^^^^^^^^^^^^^^^^^^----------------------------^
   |                     |
   |                     not a valid integer

error: aborting due to previous error