mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-08 07:57:40 +00:00
![]() Emit error when trying to use assembler syntax directives in `asm!` The `.intel_syntax` and `.att_syntax` assembler directives should not be used, in favor of not specifying a syntax for intel, and in favor of the explicit `att_syntax` option using the inline assembly options. Closes #79869 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |