]> git.proxmox.com Git - rustc.git/blame - src/test/ui/impl-header-lifetime-elision/path-elided.stderr
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / ui / impl-header-lifetime-elision / path-elided.stderr
CommitLineData
0531ce1d 1error[E0106]: missing lifetime specifier
0bf4aa26 2 --> $DIR/path-elided.rs:16:18
0531ce1d
XL
3 |
4LL | impl MyTrait for Foo {
5 | ^^^ expected lifetime parameter
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0106`.