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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
381 B
Text
Raw Normal View History

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: `<'_>`
|
= note: assuming a `'static` lifetime...
error: aborting due to previous error
For more information about this error, try `rustc --explain E0726`.