We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d0eb2 commit ac5f793Copy full SHA for ac5f793
src/inline-assembly.md
@@ -39,6 +39,7 @@ assert_eq!(x, 4 * 6);
39
The following ABNF specifies the general syntax:
40
41
```text
42
+format_string := STRING_LITERAL / RAW_STRING_LITERAL
43
dir_spec := "in" / "out" / "lateout" / "inout" / "inlateout"
44
reg_spec := <register class> / "<explicit register>"
45
operand_expr := expr / "_" / expr "=>" expr / expr "=>" "_"
0 commit comments