]> git.lizzy.rs Git - rust.git/blob - tests/ui/generic-associated-types/bugs/issue-87735.stderr
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / generic-associated-types / bugs / issue-87735.stderr
1 error[E0207]: the type parameter `U` is not constrained by the impl trait, self type, or predicates
2   --> $DIR/issue-87735.rs:25:13
3    |
4 LL | impl<'b, T, U> AsRef2 for Foo<T>
5    |             ^ unconstrained type parameter
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0207`.