mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
@@ -20,7 +20,7 @@ frame-support = { version = "3.0.0", default-features = false, path = "../" }
|
||||
sp-runtime = { version = "3.0.0", default-features = false, path = "../../../primitives/runtime" }
|
||||
sp-core = { version = "3.0.0", default-features = false, path = "../../../primitives/core" }
|
||||
sp-std = { version = "3.0.0", default-features = false, path = "../../../primitives/std" }
|
||||
trybuild = "1.0.38"
|
||||
trybuild = "1.0.42"
|
||||
pretty_assertions = "0.6.1"
|
||||
rustversion = "1.0.0"
|
||||
frame-metadata = { version = "13.0.0", default-features = false, path = "../../metadata" }
|
||||
|
||||
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user