Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
coroutine
/
gen_fn.none.stderr
blob: 590210641aed4cff2cf3873ca742006184a50740 [
file
] [
log
] [
blame
]
error
:
expected one of
`#`
,
`async`
,
`const`
,
`default`
,
`extern`
,
`fn`
,
`pub`
,
`safe`
,
`unsafe`
,
or
`use`
,
found
`gen`
-->
$DIR
/
gen_fn
.
rs
:
4
:
1
|
LL
|
gen fn foo
()
{}
|
^^^
expected one of
10
possible tokens
error
:
aborting due to
1
previous error