Correct printing generic methods in traits
authorMatt Corallo <git@bluematt.me>
Wed, 22 Sep 2021 18:39:46 +0000 (18:39 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 23 Sep 2021 17:37:19 +0000 (17:37 +0000)
If a trait method is generic (and not the object itself), we
previously would print the concrete resolved types in the
`impl nativeTrait for TraitStruct` block instead of the generic
names, leading to compilation failures.


No differences found