Move code to map aliased types into a virtual impl block into a helper
authorMatt Corallo <git@bluematt.me>
Fri, 24 Jun 2022 01:15:53 +0000 (01:15 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Jun 2022 21:27:19 +0000 (21:27 +0000)
commitf13f9ad8b38733e7fba830599101ef0556683d02
tree2518a56e9503ae87557f68a1416d2eea8557c8ba
parent83bfbaac7e34688fda82d4b2dc8fb94967c394be
Move code to map aliased types into a virtual impl block into a helper

This will allow us to create virtual impl blocks during the early
code passes before we go to do the full conversion pass.
c-bindings-gen/src/main.rs