mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
370f8fb99d
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``
For more information about how rustc works, see the rustc dev guide.