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