Support supertraits-of-supertraits
authorMatt Corallo <git@bluematt.me>
Mon, 27 Feb 2023 21:25:27 +0000 (21:25 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 6 Mar 2023 04:16:09 +0000 (04:16 +0000)
commit9c9d5baa90383947f6e3ea494a038c840cb6a1c0
tree6142d1e6e82a9c969dec302815ca6a64f698febb
parent8dc4d5c556cafa326969474c17f34c77e8abcc0c
Support supertraits-of-supertraits

If we have a supertrait that requires an in-crate supertrait, we
handle that here by writing the required impls. We don't support
a supertrait-of-a-supertrait-of-a-supertrait.
c-bindings-gen/src/main.rs