Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
error-codes
/
E0572.rs
blob: cb842c9334dc44301ab918051f79454ce090f49a [
file
]
const
FOO
:
u32
=
return
0
;
//~ ERROR E0572
fn
main
()
{}