rust/compiler/rustc_builtin_macros
Dylan DPC 16f6583f2d
Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa
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
2021-03-18 00:28:06 +01:00
..
src Rollup merge of #82270 - asquared31415:asm-syntax-directive-errors, r=nagisa 2021-03-18 00:28:06 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00