Handle `W: X<T = Y>` generics where `Y` is used as `Z<Y>`
authorMatt Corallo <git@bluematt.me>
Wed, 22 Sep 2021 02:45:02 +0000 (02:45 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 23 Sep 2021 18:27:33 +0000 (18:27 +0000)
This simply requires calling `resolve_type` in a few more places.


No differences found