]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-types/issue-85103.stderr
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / ui / associated-types / issue-85103.stderr
1 error: layout error: NormalizationFailure(<[E] as std::borrow::ToOwned>::Owned, Type(<[E] as std::borrow::ToOwned>::Owned))
2   --> $DIR/issue-85103.rs:6:1
3    |
4 LL | type Edges<'a, E> = Cow<'a, [E]>;
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8