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