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>
Mon, 27 Jun 2022 15:51:05 +0000 (15:51 +0000)
commit3ca05599355f3d0c77ace44b8aa0530c7f4308db
tree253f1e2b9067b29637023a20fb223b28fc8a2eb9
parent62134d35b06a278f4d2151e79c81daae30814137
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