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