summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-87750.stderr
blob: b358ca273ca79c3854dc92bfbc3d02a22ea4737b (plain)
1
2
3
4
5
6
7
8
9
error[E0275]: overflow evaluating the requirement `Node<i32, RcFamily>: Sized`
  --> $DIR/issue-87750.rs:18:16
   |
LL |     let _list: <RcFamily as PointerFamily>::Pointer<Node<i32, RcFamily>>;
   |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0275`.