Skip to content

Commit 028d9cc

Browse files
committed
bless test
1 parent c5c004e commit 028d9cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/traits/new-solver/alias_eq_substs_eq_not_intercrate.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ LL | impl<T: TraitB> Overlaps<Box<T>> for <T as TraitB>::Assoc {}
55
| --------------------------------------------------------- first implementation here
66
LL | impl<U: TraitB> Overlaps<U> for <U as TraitB>::Assoc {}
77
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `<_ as TraitB>::Assoc`
8+
|
9+
= note: downstream crates may implement trait `TraitB` for type `std::boxed::Box<_>`
810

911
error: aborting due to previous error
1012

0 commit comments

Comments
 (0)