You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.