Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Is it possible to let rustfmt LEARN macro_rules syntax
As far as i know we can use macro as DSL
And rustfmt stop format things in {}
and macro_rules is just like match with special syntax
So can we let rustfmt learn how to format DSL from MacroMatcher
PS. I think tt
will not fmt
4 posts - 3 participants
🏷️ rust_feed