summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/issue-85103.stderr
blob: 17f7148074cf3fc01d757b5c44bfdeabe6eda2fd (plain)
1
2
3
4
5
6
7
8
error: unable to determine layout for `<[E] as ToOwned>::Owned` because `<[E] as ToOwned>::Owned` cannot be normalized
  --> $DIR/issue-85103.rs:6:1
   |
LL | type Edges<'a, E> = Cow<'a, [E]>;
   | ^^^^^^^^^^^^^^^^^

error: aborting due to previous error