Files
rust/tests/ui/consts/const-eval/infinite_loop.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
310 B
Plaintext
Raw Normal View History

error[E0080]: evaluation of constant value failed
2022-11-23 16:26:34 +00:00
--> $DIR/infinite_loop.rs:6:15
|
2022-11-23 16:26:34 +00:00
LL | while n != 0 {
| ^^^^^^ exceeded interpreter step limit (see `#[const_eval_limit]`)
2020-06-25 17:43:48 -07:00
error: aborting due to previous error
2020-06-25 17:43:48 -07:00
For more information about this error, try `rustc --explain E0080`.