Open
Description
Based on rust-lang/rfcs#1921 (comment)
Currently, we fake variadics by defining functions with the rust-call
ABI. These functions receive a tuple as parameter (of arbitrary arity and types), but in their ABI the tuple is expanded. It would be great to get rid of this hack and in the process pave the way for the eventual feature of variadic generics.