Skip to content

Commit db2cc79

Browse files
authored
Merge pull request #1819 from ehuss/add-attr-macro-statement
Add missing attribute for statement macros
2 parents 5571257 + db04a2a commit db2cc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/statements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Statement ->
88
| Item
99
| LetStatement
1010
| ExpressionStatement
11-
| MacroInvocationSemi
11+
| OuterAttribute* MacroInvocationSemi
1212
```
1313

1414
r[statement.intro]

0 commit comments

Comments
 (0)