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 87b28f2 commit 9cdd6ddCopy full SHA for 9cdd6dd
src/items/functions.md
@@ -2,12 +2,12 @@
2
3
> **<sup>Syntax</sup>**\
4
> _Function_ :\
5
-> _FunctionFront_ `fn` [IDENTIFIER] [_Generics_]<sup>?</sup>\
+> _FunctionQualifiers_ `fn` [IDENTIFIER] [_Generics_]<sup>?</sup>\
6
> `(` _FunctionParameters_<sup>?</sup> `)`\
7
> _FunctionReturnType_<sup>?</sup> [_WhereClause_]<sup>?</sup>\
8
> [_BlockExpression_]
9
>
10
-> _FunctionFront_ :\
+> _FunctionQualifiers_ :\
11
> `const`<sup>?</sup> `unsafe`<sup>?</sup> (`extern` _Abi_<sup>?</sup>)<sup>?</sup>
12
13
> _Abi_ :\
0 commit comments