Pass types through `resolve_type` in a few additional places
authorMatt Corallo <git@bluematt.me>
Mon, 21 Mar 2022 01:21:50 +0000 (01:21 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 00:58:08 +0000 (00:58 +0000)
commitb8e8fa6448d77cca2773184d9ae0f742d6e3baa8
treed1b95f2c2889ccc2e1a6fd80482c68813ce44547
parentb29fc9ff682340c72f6b76a0c8def8e132d7605a
Pass types through `resolve_type` in a few additional places

Over time I'd like to swap all of our generic resolution to pass
through `resolve_type` instead of the current path resolution, as
its strictly more flexible, but for now we just add the few we need.
c-bindings-gen/src/types.rs