]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/issue-87750.stderr
Provide suggestion for missing `>` in a type parameter list
[rust.git] / src / test / ui / generic-associated-types / issue-87750.stderr
1 error[E0275]: overflow evaluating the requirement `Node<i32, RcFamily>: Sized`
2   --> $DIR/issue-87750.rs:20:16
3    |
4 LL |     let _list: <RcFamily as PointerFamily>::Pointer<Node<i32, RcFamily>>;
5    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0275`.