Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
fn-defined-using-fun.stderr
blob: 2f6cfff350c909cacdb3f753bd4ad95225a0f439 [
file
] [
log
] [
blame
]
error
:
expected one of
`!`
or
`::`
,
found
`foo`
-->
$DIR
/
fn
-
defined
-
using
-
fun
.
rs
:
6
:
5
|
LL
|
fun foo
()
{}
|
---
^^^
expected one of
`!`
or
`::`
|
|
|
help
:
write
`fn`
instead of
`fun`
to declare a
function
error
:
aborting due to previous error