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 for Runtime { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `test3` in implementation