Support Self in generics in some cases (eg Result<Self, E> in an impl block)
authorMatt Corallo <git@bluematt.me>
Sun, 18 Apr 2021 20:23:50 +0000 (20:23 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 29 Apr 2021 18:59:50 +0000 (18:59 +0000)
commit09c8d62d937e86eee350898c7187dad498f0ec81
treec16045ebae4b2631dc29c923e4a3dbd60f5dd8a7
parent4155b5fbd153403860a800b89b020284a632c59f
Support Self in generics in some cases (eg Result<Self, E> in an impl block)
c-bindings-gen/src/blocks.rs
c-bindings-gen/src/main.rs
c-bindings-gen/src/types.rs