Error code E0561
A non-ident or non-wildcard pattern has been used as a parameter of a function pointer type.
Erroneous code example:
ⓘ
When using an alias over a function type, you cannot e.g. denote a parameter as being mutable.
To fix the issue, remove patterns (_
is allowed though). Example:
You can also omit the parameter name: