Support `use ...::self` imports
authorMatt Corallo <git@bluematt.me>
Sat, 28 May 2022 01:06:56 +0000 (01:06 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 27 Jun 2022 15:51:05 +0000 (15:51 +0000)
commit930187ac26298d3dcc5681e0002b9587759d9e36
treeaa6a8b3f6672fd0a6c23db3ede37166e8e6624b8
parentcfb2efaf641fe9ce7bba71b7b519020744c36c7b
Support `use ...::self` imports

Previously we'd supported `use self:...` but this adds support for
using some path that ends with `self`.
c-bindings-gen/src/types.rs