Write out real generics when calling trait methods
authorMatt Corallo <git@bluematt.me>
Thu, 25 Apr 2024 20:08:27 +0000 (20:08 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 12 May 2024 14:34:00 +0000 (14:34 +0000)
commit8b185c03daf002c2243b1966d495ba39acc15587
treefd39b235067ecb9779f74a33fd981a28e6cf2b59
parent05d3ae178dffae198e766312c02d51f0889a7c2c
Write out real generics when calling trait methods

This avoids issues where a trait has a generic which can't be
resolved.
c-bindings-gen/src/blocks.rs
c-bindings-gen/src/main.rs