]> git.proxmox.com Git - rustc.git/blob - src/test/ui/generic-associated-types/issue-87750.stderr
New upstream version 1.65.0+dfsg1
[rustc.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:18: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`.