mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-05 23:49:50 +00:00
Pretty-print argument-position impl trait to name it. This removes a corner case. RPIT and TAIT keep having no name, and it would be wrong to use the one in HIR (Ident::empty), so I make this case ICE.