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