Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(derive): Make mismatched behavior more obvious
If the inner type never implemented `group_id()`, then it won't work and people will be confused. This at least gives people an idea of whats going wrong. This is most likely to be a problem until clap-rs#3165 is fully implemented but hand-implementations can still run into this. Probably should have made the groups another trait to catch this in type system but too late.
- Loading branch information