mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
2915707622
Print variadic argument pattern in HIR pretty printer Variadic argument name/pattern was ignored during HIR pretty printing. Could not figure out why it only works on normal functions (`va2`) and not in foreign ones (`va1`).