language-rust icon indicating copy to clipboard operation
language-rust copied to clipboard

Special support for `InlineAsm` and `GlobalAsm`.

Open harpocrates opened this issue 8 years ago • 0 comments

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.

harpocrates avatar Jun 21 '17 22:06 harpocrates