]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-header-lifetime-elision/path-elided.stderr
Rollup merge of #54965 - chathaway-codes:update-tcp-stream-docs, r=GuillaumeGomez
[rust.git] / src / test / ui / impl-header-lifetime-elision / path-elided.stderr
1 error[E0106]: missing lifetime specifier
2   --> $DIR/path-elided.rs:16:18
3    |
4 LL | impl MyTrait for Foo {
5    |                  ^^^ expected lifetime parameter
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0106`.