]> git.proxmox.com Git - rustc.git/blob - src/test/ui/impl-header-lifetime-elision/path-elided.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / impl-header-lifetime-elision / path-elided.stderr
1 error[E0726]: implicit elided lifetime not allowed here
2 --> $DIR/path-elided.rs:7:18
3 |
4 LL | impl MyTrait for Foo {
5 | ^^^- help: indicate the anonymous lifetime: `<'_>`
6 |
7 = note: assuming a `'static` lifetime...
8
9 error: aborting due to previous error
10