Skip to content

Commit ac5f793

Browse files
committed
Add format_string to asm! grammar
1 parent b3d0eb2 commit ac5f793

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inline-assembly.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ assert_eq!(x, 4 * 6);
3939
The following ABNF specifies the general syntax:
4040

4141
```text
42+
format_string := STRING_LITERAL / RAW_STRING_LITERAL
4243
dir_spec := "in" / "out" / "lateout" / "inout" / "inlateout"
4344
reg_spec := <register class> / "<explicit register>"
4445
operand_expr := expr / "_" / expr "=>" expr / expr "=>" "_"

0 commit comments

Comments
 (0)