1
Fork 0
rust/src/test/ui/async-await/async-fn-path-elision.stderr

9 lines
264 B
Text
Raw Normal View History

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