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)
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.


No differences found