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
144975: tree: don't match variadic builtins when arg list is too short r=yuzefovich a=mw5h
The new processing for variadic builtins is pretty permissive in what it allows because they underlying implementations are pretty permissive in what they accept. However, fixed arguments are still fixed arguments and must match.
Fixes: #144447
Release note: None
Co-authored-by: Matt White <[email protected]>
0 commit comments