Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
return
/
issue-64620.rs
blob: ab293165195fd83749e5e89f0e3dec2585efbd4e [
file
]
enum
Bug
{
V1
=
return
[
0
][
0
],
//~ERROR return statement outside of function body
}
fn
main
()
{}