1error[E0726]: implicit elided lifetime not allowed here
2  --> $DIR/path-elided.rs:7:18
3   |
4LL | impl MyTrait for Foo {
5   |                  ^^^- help: indicate the anonymous lifetime: `<'_>`
6   |
7   = note: assuming a `'static` lifetime...
8
9error: aborting due to previous error
10
11