Manually handle generated types containing references to opaques
authorMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 16:29:40 +0000 (16:29 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 18:04:41 +0000 (18:04 +0000)
commit3798e35c9b8f23fa1500b8bc9867fef319287133
treeb4ed64b0b42a028491ec8f6137128b32181a9c23
parent291aea2200e01843623a67d42112500b1810d276
Manually handle generated types containing references to opaques

This is really disgusting, we really shouldn't have references in
generated types at all, its just a mess. Instead, we should break
apart arguments when its a tuple, which would solve this more
cleanly.
c-bindings-gen/src/blocks.rs