language-rust
language-rust copied to clipboard
Special support for `InlineAsm` and `GlobalAsm`.
The rust AST has special forms for inline and global assembly. It might be worth adding explicit support for these. This is not urgent since both inline and global assembly can already be represented via regular macros.
It would nonetheless be nice to not have to muck around with token trees in order to generate/read these special macros.
The main challenge is in parsing.