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 7fdaa3f commit 957daafCopy full SHA for 957daaf
1 file changed
src/types/function-pointer.md
@@ -12,7 +12,8 @@ FunctionTypeQualifiers -> Safety? (`extern` Abi?)?
12
BareFunctionReturnType -> `->` TypeNoBounds
13
14
MaybeNamedFunctionParameters ->
15
- MaybeNamedParam ( `,` MaybeNamedParam )* `,`?
+ SelfParam `,`?
16
+ | (SelfParam `,`)? MaybeNamedParam ( `,` MaybeNamedParam )* `,`?
17
18
MaybeNamedParam ->
19
OuterAttribute* ( ( IDENTIFIER | `_` ) `:` )? ( Type | `...` )
0 commit comments