[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, 18 Feb 2021 17:28:25 +0000 (12:28 -0500)
commitdd1ca585b30819b18b718711c45ec37cdb56a681
tree07a09363d5261438593f9baa1f4b32ba26dc0cac
parent0dcc937bf146a10105ff6f3a1103e523cd9d6db4
[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