Sign in
rust
/
rust
/
96ea7ec9be77ff2fbcdfced40fb26ebca42ddba6
/
.
/
tests
/
ui
/
consts
/
const-return-outside-fn.stderr
blob: 131d577a2547ec33c275661220168a92e43556c3 [
file
]
error
[
E0572
]:
return
statement outside of
function
body
-->
$DIR
/
const
-
return
-
outside
-
fn
.
rs
:
3
:
5
|
LL
|
return
;
|
^^^^^^
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0572`
.