Try fix ui tests (#9082)

* Try fix ui tests

* More
This commit is contained in:
Bastian Köcher
2021-06-11 16:12:57 +01:00
committed by GitHub
parent 576a39a25b
commit 11037ac35f
10 changed files with 14 additions and 15 deletions
@@ -7,6 +7,6 @@ error[E0277]: can't compare `Foo<T>` with `Foo<T>`
::: $RUST/core/src/cmp.rs
|
| pub trait Eq: PartialEq<Self> {
| --------------- required by this bound in `Eq`
| --------------- required by this bound in `std::cmp::Eq`
|
= help: the trait `PartialEq` is not implemented for `Foo<T>`