Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
consts
/
const-eval
/
issue-70723.rs
blob: 3c81afa67a69fc046938b16d013c4c3f3b23511f [
file
] [
log
] [
blame
]
static
_X
:
()
=
loop
{};
//~ ERROR could not evaluate static initializer
fn
main
()
{}