mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 20:45:43 +00:00
Fix HIR printing of parameters HIR pretty printing does the wrong thing for anonymous parameters, and there is no test coverage for it. This PR remedies both of those things. r? ``@lcnr``