]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const-eval/infinite_loop.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[rust.git] / tests / ui / consts / const-eval / infinite_loop.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/infinite_loop.rs:6:15
3    |
4 LL |         while n != 0 {
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`.