Revert "Fix stderr in new Rust nightly (#8904)" (#8910)

This reverts commit 2928e42800.
This commit is contained in:
Denis Pisarev
2021-05-26 13:51:28 +02:00
committed by GitHub
parent 61507e1ba3
commit 4ee5da2403
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 `std::cmp::Eq`
| --------------- required by this bound in `Eq`
|
= help: the trait `PartialEq` is not implemented for `Foo<T>`