Don't assume from-var conversion in opaque ret conv
authorMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 18:44:04 +0000 (18:44 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 23 Mar 2022 18:44:04 +0000 (18:44 +0000)
When we do a ret-conv of an opaque struct, don't assume that the
variable as-parsed exists, instead use the variable that's being
created in the ret-conv string if we need to clone.


No differences found