Expand doc comments to attributes before macro expansion #14197
Labels
A-parser
Area: The parsing of Rust source code to an AST
A-syntaxext
Area: Syntax extensions
I-compiletime
Issue: Problems and improvements with respect to compile times.
This would allow doc comments to parse them as
$_:meta
elements in macro invocations. This is useful for example withbitflags!
:vs:
Where the
bitflags!
match rule is defined as:The text was updated successfully, but these errors were encountered: