Add where-clause generic params to `default_generics` map
authorMatt Corallo <git@bluematt.me>
Wed, 22 Jun 2022 19:30:05 +0000 (19:30 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Jun 2022 21:27:19 +0000 (21:27 +0000)
commitbb42528ce008b76850a44c4b44c52c853ca00b2a
tree253f1e2b9067b29637023a20fb223b28fc8a2eb9
parent6ae471f722c4dc2f2101f83a1d03710222969891
Add where-clause generic params to `default_generics` map

This moves yet more generic resolution to being able to rely on the
`default_generics` map for full-`Type` resolution rather than
string-based name resolution.
c-bindings-gen/src/types.rs