Files
pezkuwi-subxt/substrate/primitives/api/test/tests/ui/missing_versioned_method.stderr
T
Bastian Köcher e7a27a31b1 sp-api: Remove requirement on Get*BlockType (#14299)
Remove the requirement on `GetNodeBlockType` and `GetRuntimeBlockType`. Actually this wasn't already
used anymore and only referenced in tests.
2023-06-04 09:55:53 +01:00

9 lines
312 B
Plaintext

error[E0046]: not all trait items implemented, missing: `test3`
--> tests/ui/missing_versioned_method.rs:18:2
|
12 | fn test3();
| ----------- `test3` from trait
...
18 | impl self::Api<Block> for Runtime {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `test3` in implementation