[bindings] Always resolve supertrait types during supertrait walks
authorMatt Corallo <git@bluematt.me>
Wed, 25 Nov 2020 16:59:58 +0000 (11:59 -0500)
committerMatt Corallo <git@bluematt.me>
Tue, 2 Feb 2021 22:04:31 +0000 (17:04 -0500)
commit4edf514a055fe523970d99a8e8f06380c934010d
tree8a10437501197965ccaaf6a356bc1e4857f67963
parentaf3ad4b0294a0a5b684ea60979470ccaf368c1b3
[bindings] Always resolve supertrait types during supertrait walks

This is a rather trivial cleanup to ensure we always have the full
path when we walk supertraits even if the supertrait is specified
with only a single ident.
c-bindings-gen/src/main.rs