mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
[ci] Update rust in ci image (1.75 and 2024-01-22) (#3016)
cc https://github.com/paritytech/ci_cd/issues/926 --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com> Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Vladimir Istyufeev <vladimir@parity.io>
This commit is contained in:
committed by
GitHub
parent
5a6f6d33d3
commit
5b7f24fca1
@@ -25,6 +25,7 @@ sp_api::decl_runtime_apis! {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(unused_imports)]
|
||||
mod second {
|
||||
sp_api::decl_runtime_apis! {
|
||||
pub trait Api {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
error: Two traits with the same name detected! The trait name is used to generate its ID. Please rename one trait at the declaration!
|
||||
--> tests/ui/impl_two_traits_with_same_name.rs:41:15
|
||||
--> tests/ui/impl_two_traits_with_same_name.rs:42:15
|
||||
|
|
||||
41 | impl second::Api<Block> for Runtime {
|
||||
42 | impl second::Api<Block> for Runtime {
|
||||
| ^^^
|
||||
|
||||
error: First trait implementation.
|
||||
--> tests/ui/impl_two_traits_with_same_name.rs:37:13
|
||||
--> tests/ui/impl_two_traits_with_same_name.rs:38:13
|
||||
|
|
||||
37 | impl self::Api<Block> for Runtime {
|
||||
38 | impl self::Api<Block> for Runtime {
|
||||
| ^^^
|
||||
|
||||
Reference in New Issue
Block a user