Handle all traits in type resolution, including no-export ones
authorMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 22:51:01 +0000 (22:51 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 28 Jul 2023 23:06:00 +0000 (23:06 +0000)
commit5aaf753ce9c1b52d2b8ae46c93b0e57e7ac0f4fc
treedef0f462279e4955812ef7636b0ed9919f5004d3
parentb7defa46972f319f4bc86fc30900862c1a459f71
Handle all traits in type resolution, including no-export ones

In the previous commit, we set up handling of no-export traits with
only a single implementor. In order to utilize that, we need such
traits to participate in type resolution, which we add support for
here.
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs