summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/bugs/issue-80626.stderr
blob: 487b83dfa3fccc5dd925bd1290145aa8a3152598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0275]: overflow evaluating the requirement `LinkedList<A>: Sized`
  --> $DIR/issue-80626.rs:14:10
   |
LL |     Next(A::Allocated<Self>)
   |          ^^^^^^^^^^^^^^^^^^
   |
note: required by a bound in `Allocator::Allocated`
  --> $DIR/issue-80626.rs:9:20
   |
LL |     type Allocated<T>;
   |                    ^ required by this bound in `Allocator::Allocated`

error: aborting due to previous error

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