mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +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>
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
error: A runtime API function cannot have a default implementation!
|
|
--> tests/ui/no_default_implementation.rs:20:13
|
|
|
|
|
20 | fn test() {
|
|
| ___________________^
|
|
21 | | println!("Hey, I'm a default implementation!");
|
|
22 | | }
|
|
| |_________^
|