]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/issue-87750.stderr
Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth
[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: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`.