implement vararg type collection from function params

This commit is contained in:
Crauzer 2022-11-29 00:32:13 +01:00
parent 6d61be8e65
commit b3bd5a471e
3 changed files with 31 additions and 1 deletions

View file

@ -419,6 +419,7 @@ pub mod known {
shr,
sub_assign,
sub,
va_list
);
// self/Self cannot be used as an identifier