rustfmt icon indicating copy to clipboard operation
rustfmt copied to clipboard

Format asm! macro calls

Open ytmimi opened this issue 3 years ago • 0 comments

Add support for formatting asm! macro calls.

Formatting for asm!is gated behind a new unstable foramt_asm_macro configuration value.

Tracking issue for the new configuration value can be found at #5210

The specific guidelines for formatting the macro are still being decided, but this PR goes a long way to formatting the various components of the asm! macro (templates, operands, clobber_abis, and options).

ytmimi avatar Jan 24 '22 14:01 ytmimi