about summary refs log tree commit diff
path: root/src/test/pretty/fn-variadic.rs
AgeCommit message (Collapse)AuthorLines
2019-03-03NitAlexander Regueiro-1/+1
2019-03-02Fix C-variadic function printingDan Robertson-0/+15
There is no longer a need to append the string `", ..."` to a functions args as `...` is parsed as an argument and will appear in the functions arguments.