Skip to content

Commit 4f0e7d8

Browse files
nikomatsakisehuss
authored andcommitted
introduce AsyncConstQualifier
1 parent 210f456 commit 4f0e7d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/items/functions.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
>       [_BlockExpression_]
99
>
1010
> _FunctionQualifiers_ :\
11-
> &nbsp;&nbsp; `async`<sup>?</sup> `const`<sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
11+
> &nbsp;&nbsp; _AsyncConstQualifiers_ <sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
12+
>
13+
> _AsyncConstQualifiers_ :\
14+
> &nbsp;&nbsp; `async` | `const`
1215
>
1316
> _Abi_ :\
1417
> &nbsp;&nbsp; [STRING_LITERAL] | [RAW_STRING_LITERAL]

0 commit comments

Comments
 (0)