Fix stderr in new Rust nightly (#8904)

* CI: revert me

* fix stderr

* CI: revert me

* typo

* more stderr fixes

* Revert "CI: revert me"

This reverts commit 5f47effc4965fa5c0c2a6ed92e434a6adb6b1dce.

* Revert "CI: revert me"

This reverts commit 7f785660c797b703dd36272cbe313056dd7a1858.
This commit is contained in:
Denis Pisarev
2021-05-25 22:58:42 +02:00
committed by GitHub
parent ad76ac798e
commit 2928e42800
4 changed files with 9 additions and 9 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>`