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
68 B
Rust
Raw Normal View History

static _X: () = loop {}; //~ ERROR taking a long time
2020-04-04 14:57:54 +00:00
fn main() {}