blob: 6500a2a55f6677d807922ec67f2cff89d53f6fe3 (
plain)
1
2
3
4
5
6
7
8
|
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
|