]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const_limit/const_eval_limit_reached.stderr
During MirBorrowck, ignore ConstEvalCounter
[rust.git] / tests / ui / consts / const_limit / const_eval_limit_reached.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/const_eval_limit_reached.rs:6:11
3    |
4 LL |     while x != 1000 {
5    |           ^^^^^^^^^ exceeded interpreter step limit (see `#[const_eval_limit]`)
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.