2019-09-20 21:31:51 -05:00
|
|
|
error[E0572]: return statement outside of function body
|
|
|
|
--> $DIR/issue-64620.rs:2:10
|
|
|
|
|
|
2022-11-21 06:40:27 -06:00
|
|
|
LL | V1 = return [0][0],
|
2019-09-20 21:31:51 -05:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0572`.
|