Naming arguments in Fn traits #2812
Labels
A-function-pointers
Proposals relating to function pointers.
A-syntax
Syntax related proposals & ideas
T-lang
Relevant to the language team, which will review and decide on the RFC.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Right now If there's a Fn* trait that has 2 parameters of the same type it's really easy to confuse which is which.
i.e.:
If we could name the arguments it would become easier to read and harder to misuse.
The text was updated successfully, but these errors were encountered: