mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Fix UI Tests (#7722)
* Fix UI tests * make updates. * Revert "make updates." This reverts commit 3f41979c12e86acb75fd086675ac09659dde533e. * Try to fix companion build * Use some depth * tests: fix UI tests on the latest nightly * tests: fix polkadot companion test, depth * chore: update deps * chore: update deps * chore: sp-io Co-authored-by: kianenigma <kian.peymani@gmail.com> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Denis P <denis.pisarev@parity.io>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
error[E0277]: the trait bound `<T as Config>::C: std::clone::Clone` is not satisfied
|
||||
error[E0277]: the trait bound `<T as Config>::C: Clone` is not satisfied
|
||||
--> $DIR/clone.rs:7:2
|
||||
|
|
||||
7 | c: T::C,
|
||||
| ^ the trait `std::clone::Clone` is not implemented for `<T as Config>::C`
|
||||
| ^ the trait `Clone` is not implemented for `<T as Config>::C`
|
||||
|
|
||||
= note: required by `std::clone::Clone::clone`
|
||||
= note: required by `clone`
|
||||
|
||||
@@ -4,4 +4,4 @@ error[E0277]: can't compare `Foo<T>` with `Foo<T>`
|
||||
6 | struct Foo<T: Config> {
|
||||
| ^^^ no implementation for `Foo<T> == Foo<T>`
|
||||
|
|
||||
= help: the trait `std::cmp::PartialEq` is not implemented for `Foo<T>`
|
||||
= help: the trait `PartialEq` is not implemented for `Foo<T>`
|
||||
|
||||
Reference in New Issue
Block a user