Add function-call generic parameters when they're resovable
authorMatt Corallo <git@bluematt.me>
Wed, 2 Mar 2022 03:19:46 +0000 (03:19 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 2 Mar 2022 03:56:34 +0000 (03:56 +0000)
commit76eed6fb43c1d675195aff896efb325828c76498
treea73668d72bfa782c917ce25b8b2babaeb011fad9
parent434d90f7096839045662fa051722497fa0f555c8
Add function-call generic parameters when they're resovable

We really shouldn't ever actually need to do this - rustc should be
smart enough to figure out what we're doing given all the
parameters are concrete types, but this appears to be failing
sometimes.
c-bindings-gen/src/blocks.rs
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs