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)
commit11063db7153ff78d289674672099d69af0ff6a8d
tree3a4c18df74a037279160ef5ab46459f4486717c8
parentf381f78f749c4a2ba293f7b1ccfbef39a3a3291b
Handle `W: X<T = Y>` generics where `Y` is used as `Z<Y>`

This simply requires calling `resolve_type` in a few more places.
c-bindings-gen/src/types.rs