]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-header-lifetime-elision/path-elided.stderr
Auto merge of #54922 - murarth:rc-ub-fix, r=alexcrichton
[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`.