We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We should print Fn(int) not Fn<(int,),()>. For now this can be hard-coded to the unboxed closure traits.
Fn(int)
Fn<(int,),()>