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