mirror of
https://github.com/clap-rs/clap
synced 2025-01-05 17:28:42 +00:00
4bf3f97d28
In particular, fix macros that take an enum of one of the the following forms: - `#[...] enum { ... , }` - `pub enum { ... , }` - `enum { ... , }` Previously, these expansions would result in an error message like "error: no rules expected the token `:`". Add extensive tests for each pattern. Only two of the patterns had tests before, so these errors did not surface automatically. |
||
---|---|---|
.. | ||
build | ||
output | ||
parse | ||
util | ||
derive.rs | ||
lib.rs | ||
macros.rs | ||
mkeymap.rs |