cmdr
cmdr copied to clipboard
Improve error handling
Show warnings or errors when the cmdr macro encounters unexpected input:
- Warn when no do_methods are found. (can we generate warnings from a macro?)
- Improve error message when macro is not on an impl block
- Check method signatures for overridden and do_methods and show errors when they don't fit