We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0263fb commit 7fdadecCopy full SHA for 7fdadec
src/inline-assembly.md
@@ -59,7 +59,7 @@ option := "pure" / "nomem" / "readonly" / "preserves_flags" / "noreturn" / "nost
59
options := "options(" option *("," option) [","] ")"
60
operand := reg_operand / clobber_abi / options
61
asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
62
-naked_asm := "asm!(" format_string *("," format_string) *("," operand) [","] ")"
+naked_asm := "naked_asm!(" format_string *("," format_string) *("," operand) [","] ")"
63
global_asm := "global_asm!(" format_string *("," format_string) *("," operand) [","] ")"
64
```
65
0 commit comments