Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix unrelated UI test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Mar 14, 2021
1 parent d0676ed commit 9eefddb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frame/support/test/tests/derive_no_bound_ui/eq.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ error[E0277]: can't compare `Foo<T>` with `Foo<T>`
6 | struct Foo<T: Config> {
| ^^^ no implementation for `Foo<T> == Foo<T>`
|
::: $RUST/core/src/cmp.rs
|
| pub trait Eq: PartialEq<Self> {
| --------------- required by this bound in `Eq`
|
= help: the trait `PartialEq` is not implemented for `Foo<T>`

0 comments on commit 9eefddb

Please sign in to comment.