Support printing impl generics without an immediate bound
authorMatt Corallo <git@bluematt.me>
Sun, 31 Oct 2021 18:06:42 +0000 (18:06 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 2 Nov 2021 16:54:45 +0000 (16:54 +0000)
(e.g. if you have `fn <A> ... where A: Trait` we'd not have printed
`<A>`)

This further supports printing impl generics with a reference to a
struct (not a trait), which we concretize with a regular reference.


No differences found