[bindings] Extract import resolution logic into a separate struct
authorMatt Corallo <git@bluematt.me>
Mon, 8 Feb 2021 21:14:53 +0000 (16:14 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 11 Feb 2021 18:24:50 +0000 (13:24 -0500)
commitcf00b8a5d63243e135aacfcda8db183959d3e414
tree54682ba28e9ff8dd5af3741af411781a31a941ba
parent62a5c678c57761693f92633a4dff262ad8cc91ad
[bindings] Extract import resolution logic into a separate struct

This will allow us to reuse the same ident-resolution logic both
during the initial AST pass and during the second conversion pass.
c-bindings-gen/src/types.rs