]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/const-eval/issue-70723.stderr
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / consts / const-eval / issue-70723.stderr
1 error[E0080]: could not evaluate static initializer
2 --> $DIR/issue-70723.rs:1: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`.