Open
Description
Kind of funny PR:
This limits the number of arguments that can be used by a function to 65535 = u16::MAX
and emits an error if more arguments are used.
I think this is currently hard to implement a test for, since it practically requires macro expansion, but this is something that should be tested in the future.