You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently an AST representation of asm! macros (which can be appropriately pretty-printed). It may be worth parsing asm expression macros directly into this representation. Currently, asm! macros are treated just like any other macro.
The text was updated successfully, but these errors were encountered:
There is currently an AST representation of
asm!
macros (which can be appropriately pretty-printed). It may be worth parsing asm expression macros directly into this representation. Currently,asm!
macros are treated just like any other macro.The text was updated successfully, but these errors were encountered: