mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
bfb241d7f3
* Add missing Cumulus licenses * Typo * Add missing Substrate licenses * Single job checking the sub-repos in steps * Remove dates * Remove dates * Add missing (C) * Update FRAME UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Update more UI tests Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
error: `Block: BlockT` generic parameter will be added automatically by the `decl_runtime_apis!` macro! If you try to use a different trait than the substrate `Block` trait, please rename it locally.
|
|
--> tests/ui/declaring_old_block.rs:19:23
|
|
|
|
|
19 | pub trait Api<Block: BlockT> {
|
|
| ^^^^^^
|
|
|
|
error: `Block: BlockT` generic parameter will be added automatically by the `decl_runtime_apis!` macro!
|
|
--> tests/ui/declaring_old_block.rs:19:16
|
|
|
|
|
19 | pub trait Api<Block: BlockT> {
|
|
| ^^^^^
|