]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const-eval/issue-70723.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / consts / const-eval / issue-70723.rs
1 static _X: () = loop {}; //~ ERROR could not evaluate static initializer
2
3 fn main() {}