Bump ci-linux to rust 1.69 (#14060)

* Pin ci-linux image for rust 1.69

* Update ui tests for rust 1.69

* Address new rust 1.69 clippy lints

* `derive_hash_xor_eq` has been renamed to `derived_hash_with_manual_eq`
* The new `extra-unused-type-parameters` complains about a bunch of
  callsites where extraneous type parameters are used for consistency
  with other functions.
This commit is contained in:
Mira Ressel
2023-05-05 16:00:41 +02:00
committed by GitHub
parent 97da233acd
commit 38cbe023c9
10 changed files with 46 additions and 35 deletions
@@ -1,4 +1,4 @@
error[E0599]: no variant or associated item named `new_call_variant_thing` found for enum `Call` in the current scope
error[E0599]: no variant or associated item named `new_call_variant_thing` found for enum `frame_support_test::Call` in the current scope
--> tests/benchmark_ui/invalid_origin.rs:6:1
|
6 | #[benchmarks]