Support supertraits-of-supertraits
authorMatt Corallo <git@bluematt.me>
Mon, 27 Feb 2023 21:25:27 +0000 (21:25 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 6 Mar 2023 04:16:09 +0000 (04:16 +0000)
If we have a supertrait that requires an in-crate supertrait, we
handle that here by writing the required impls. We don't support
a supertrait-of-a-supertrait-of-a-supertrait.


No differences found