rust/tests/ui/consts/const-eval/issue-70723.rs

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

4 lines
87 B
Rust
Raw Normal View History

2020-04-04 16:57:54 +02:00
static _X: () = loop {}; //~ ERROR could not evaluate static initializer
fn main() {}