]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-header-lifetime-elision/trait-elided.stderr
Disallow non-explicit elided lifetimes in async fn
[rust.git] / src / test / ui / impl-header-lifetime-elision / trait-elided.stderr
1 error[E0726]: implicit elided lifetime not allowed here
2   --> $DIR/trait-elided.rs:5:6
3    |
4 LL | impl MyTrait for u32 {
5    |      ^^^^^^^- help: indicate the anonymous lifetime: `<'_>`
6
7 error: aborting due to previous error
8