]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/bugs/issue-80626.stderr
Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiyn
[rust.git] / src / test / ui / generic-associated-types / bugs / issue-80626.stderr
1 error[E0275]: overflow evaluating the requirement `LinkedList<A>: Sized`
2   --> $DIR/issue-80626.rs:12:10
3    |
4 LL |     Next(A::Allocated<Self>)
5    |          ^^^^^^^^^^^^^^^^^^
6    |
7 note: required by a bound in `Allocator::Allocated`
8   --> $DIR/issue-80626.rs:7:20
9    |
10 LL |     type Allocated<T>;
11    |                    ^ required by this bound in `Allocator::Allocated`
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0275`.