Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
ui
/
async-await
/
async-fn-path-elision.stderr
blob: 3b311baba01de961534b7d9b12b7006f5fa1b287 [
file
] [
log
] [
blame
]
error
[
E0726
]:
implicit
elided lifetime
not
allowed here
-->
$DIR
/
async
-
fn
-
path
-
elision
.
rs
:
8
:
20
|
LL
|
async fn error
(
lt
:
HasLifetime
)
{
|
^^^^^^^^^^^-
help
:
indicate the anonymous lifetime
:
`<'_>`
error
:
aborting due to previous error