cargo-expand icon indicating copy to clipboard operation
cargo-expand copied to clipboard

Flag to preserve macro_rules in the output

Open dtolnay opened this issue 5 years ago • 0 comments

Currently macro_rules definitions are not visible in the expanded code. Sometimes it can be useful to see them, such as when you have a procedural macro whose job is to emit a macro_rules macro.

dtolnay avatar Apr 16 '19 04:04 dtolnay