2019-04-29 17:45:22 -07:00
|
|
|
error[E0726]: implicit elided lifetime not allowed here
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/path-elided.rs:7:18
|
2018-03-21 17:12:39 -04:00
|
|
|
|
|
|
|
|
LL | impl MyTrait for Foo {
|
2019-04-29 17:45:22 -07:00
|
|
|
| ^^^- help: indicate the anonymous lifetime: `<'_>`
|
2018-03-21 17:12:39 -04:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|