blob: 6500a2a55f6677d807922ec67f2cff89d53f6fe3 [file] [log] [blame]
error[E0726]: implicit elided lifetime not allowed here
--> $DIR/path-elided.rs:7:18
|
LL | impl MyTrait for Foo {
| ^^^- help: indicate the anonymous lifetime: `<'_>`
error: aborting due to previous error