condition! macro should support multiple declarations #4344
Labels
A-syntaxext
Area: Syntax extensions
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
It would be nice to be able to write
instead of
for modules that define a number of conditions.
This should only require a small change to
libsyntax/ext/expand.rs
once macros are capable of expanding to multiple items, per #4021 and #3086.The text was updated successfully, but these errors were encountered: