[bindings] Track all declared types in ImportResolver construction
authorMatt Corallo <git@bluematt.me>
Tue, 9 Feb 2021 02:09:48 +0000 (21:09 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 18 Feb 2021 17:28:25 +0000 (12:28 -0500)
commit494e0fd8a01dc0b7dfa61f14782805dd7da92395
tree86ddb946207672cf39f609a3714f76483d74b7b4
parentdd1ca585b30819b18b718711c45ec37cdb56a681
[bindings] Track all declared types in ImportResolver construction

This allows an ImportResolver to handle more than imports, allowing
ident resolution of objects constructed in the same module.
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs