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 210f456 commit 4f0e7d8Copy full SHA for 4f0e7d8
src/items/functions.md
@@ -8,7 +8,10 @@
8
> [_BlockExpression_]
9
>
10
> _FunctionQualifiers_ :\
11
-> `async`<sup>?</sup> `const`<sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
+> _AsyncConstQualifiers_ <sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
12
+>
13
+> _AsyncConstQualifiers_ :\
14
+> `async` | `const`
15
16
> _Abi_ :\
17
> [STRING_LITERAL] | [RAW_STRING_LITERAL]
0 commit comments