]> git.proxmox.com Git - rustc.git/blame - tests/ui/consts/const-eval/infinite_loop.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / consts / const-eval / infinite_loop.stderr
CommitLineData
a1dfa0c6 1error[E0080]: evaluation of constant value failed
2b03887a 2 --> $DIR/infinite_loop.rs:6:15
8faf50e0 3 |
2b03887a
FG
4LL | while n != 0 {
5 | ^^^^^^ exceeded interpreter step limit (see `#[const_eval_limit]`)
8faf50e0 6
f035d41b 7error: aborting due to previous error
8faf50e0 8
f035d41b 9For more information about this error, try `rustc --explain E0080`.