]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/issue-70723.stderr
ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.
[rust.git] / src / test / ui / consts / const-eval / issue-70723.stderr
1 error[E0080]: could not evaluate static initializer
2   --> $DIR/issue-70723.rs:3:17
3    |
4 LL | static _X: () = loop {};
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`.