]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/issue-52475.stderr
Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514
[rust.git] / src / test / ui / consts / const-eval / issue-52475.stderr
1 error[E0080]: evaluation of constant value failed
2   --> $DIR/issue-52475.rs:6:17
3    |
4 LL |             n = (n + 1) % 5;
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`.