`decl_runtime_apis!` - check that a method without `changed_in` exists (#5635)
* `decl_runtime_apis!` - check that a method without `changed_in` exists This adds another check to the macro that ensures that not only methods with `changed_in` exists, but there are also the default methods exist. * Update primitives/api/proc-macro/src/decl_runtime_apis.rs Co-Authored-By: Nikolay Volf <[email protected]> * Fix test Co-authored-by: Nikolay Volf <[email protected]>
parent
51f9bb3c
Please register or sign in to comment