]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issue-35139.stderr
New upstream version 1.26.0+dfsg1
[rustc.git] / src / test / ui / issue-35139.stderr
CommitLineData
ff7c6d11
XL
1error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates
2 --> $DIR/issue-35139.rs:19:6
3 |
0531ce1d 4LL | impl<'a> MethodType for MTFn { //~ ERROR E0207
ff7c6d11
XL
5 | ^^ unconstrained lifetime parameter
6
7error: aborting due to previous error
8
0531ce1d 9For more information about this error, try `rustc --explain E0207`.