Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
coroutine
/
async_gen_fn.mid.stderr
blob: baf2c4ede3f0ca2a5027b59a3705606a27b30349 [
file
] [
log
] [
blame
]
error
:
expected one of
`extern`
,
`fn`
,
`safe`
,
or
`unsafe`
,
found
`gen`
-->
$DIR
/
async_gen_fn
.
rs
:
6
:
7
|
LL
|
async gen fn foo
()
{}
|
^^^
expected one of
`extern`
,
`fn`
,
`safe`
,
or
`unsafe`
error
:
aborting due to
1
previous error