Skip to content

Commit 926555d

Browse files
shawntabrizikianenigmabkchrTriplEight
authored
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 <[email protected]> Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Denis P <[email protected]>
1 parent 515ba1e commit 926555d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
error[E0277]: the trait bound `<T as Config>::C: std::clone::Clone` is not satisfied
1+
error[E0277]: the trait bound `<T as Config>::C: Clone` is not satisfied
22
--> $DIR/clone.rs:7:2
33
|
44
7 | c: T::C,
5-
| ^ the trait `std::clone::Clone` is not implemented for `<T as Config>::C`
5+
| ^ the trait `Clone` is not implemented for `<T as Config>::C`
66
|
7-
= note: required by `std::clone::Clone::clone`
7+
= note: required by `clone`

test/tests/derive_no_bound_ui/eq.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ error[E0277]: can't compare `Foo<T>` with `Foo<T>`
44
6 | struct Foo<T: Config> {
55
| ^^^ no implementation for `Foo<T> == Foo<T>`
66
|
7-
= help: the trait `std::cmp::PartialEq` is not implemented for `Foo<T>`
7+
= help: the trait `PartialEq` is not implemented for `Foo<T>`

0 commit comments

Comments
 (0)