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