scrabsha / expandable

What if we could check declarative macros before using them?
MIT License
45 stars 4 forks source link

feat: force argument declaration to be followed by a `: Ty` #71

Closed scrabsha closed 1 month ago

scrabsha commented 1 month ago

This allows us to stay compatible with the Rust grammar and keep using its awesome formatter.

Will be useful for #29.