summary refs log tree commit diff
path: root/src/test/ui/impl-header-lifetime-elision/path-elided.stderr
blob: 90522a885ab90d3df8c8d0f0a905e94645a68dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
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

For more information about this error, try `rustc --explain E0726`.