]> git.proxmox.com Git - rustc.git/blob - src/test/ui/generic-associated-types/collections.stderr
New upstream version 1.45.0+dfsg1
[rustc.git] / src / test / ui / generic-associated-types / collections.stderr
1 error: type-generic associated types are not yet implemented
2 --> $DIR/collections.rs:13:5
3 |
4 LL | / type Sibling<U>: Collection<U> =
5 LL | | <<Self as Collection<T>>::Family as CollectionFamily>::Member<U>;
6 | |_________________________________________________________________________^
7 |
8 = note: for more information, see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information
9
10 error: type-generic associated types are not yet implemented
11 --> $DIR/collections.rs:25:5
12 |
13 LL | type Member<T>: Collection<T, Family = Self>;
14 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15 |
16 = note: for more information, see issue #44265 <https://github.com/rust-lang/rust/issues/44265> for more information
17
18 error: aborting due to 2 previous errors
19