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


No differences found