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


No differences found