blob: 9694742200ef07d658e0a5606156f0f04f53a4ba [file] [log] [blame]
error[E0726]: implicit elided lifetime not allowed here
--> $DIR/async-fn-path-elision.rs:5:20
|
LL | async fn error(lt: HasLifetime) {
| ^^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>`
error: aborting due to previous error