summaryrefslogtreecommitdiffstats
path: root/tests/ui/consts/const_limit/const_eval_limit_reached.stderr
blob: 850aebdfb2a6df7051bd24946f4e1492f0c4a54d (plain)
1
2
3
4
5
6
7
8
9
error[E0080]: evaluation of constant value failed
  --> $DIR/const_eval_limit_reached.rs:6:11
   |
LL |     while x != 1000 {
   |           ^^^^^^^^^ exceeded interpreter step limit (see `#[const_eval_limit]`)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0080`.