summary refs log tree commit diff
path: root/src/test/ui/impl-header-lifetime-elision/path-elided.stderr
blob: c9287ffba96d3c8d36dcc14b430a3832babcbeae (plain)
1
2
3
4
5
6
7
8
9
error[E0106]: missing lifetime specifier
  --> $DIR/path-elided.rs:7:18
   |
LL | impl MyTrait for Foo {
   |                  ^^^ expected lifetime parameter

error: aborting due to previous error

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