Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
missing-fn-issue-65381-1.stderr
blob: 95ccd8518ee99a849db5de32fd16e4be2afbdd44 [
file
] [
log
] [
blame
] [
edit
]
error
:
missing
`fn`
for
function
definition
-->
$DIR
/
missing
-
fn
-
issue
-
65381
-
1.rs
:
1
:
1
|
LL
|
main
()
{
|
^^^^
|
help
:
add
`fn`
here to parse
`main`
as
a
function
|
LL
|
fn main
()
{
|
++
error
:
aborting due to
1
previous error