]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-unused-rps-in-assoc-type.stderr
Merge commit '370c397ec9169809e5ad270079712e0043514240' into sync_cg_clif-2022-03-20
[rust.git] / src / test / ui / impl-unused-rps-in-assoc-type.stderr
1 error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates
2   --> $DIR/impl-unused-rps-in-assoc-type.rs:11:6
3    |
4 LL | impl<'a> Fun for Holder {
5    |      ^^ unconstrained lifetime parameter
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0207`.