Files
rust/compiler
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
..
2021-02-14 18:03:11 +03:00
2021-03-10 17:53:35 -08:00
2021-03-11 12:24:43 +01:00
2021-03-14 23:21:03 +00:00
2021-03-03 11:22:44 +01:00