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