Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
missing-fn-issue-125446.stderr
blob: 2a92e0062cb9a631d87bec44de4d31873dd04e62 [
file
] [
log
] [
blame
]
error
:
missing
`fn`
for
function
definition
-->
$DIR
/
missing
-
fn
-
issue
-
125446.rs
:
1
:
1
|
LL
|
whoops
()
{}
|
^^^^^^
|
help
:
add
`fn`
here to parse
`whoops`
as
a
function
|
LL
|
fn whoops
()
{}
|
++
error
:
aborting due to
1
previous error