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>
Tue, 28 Jun 2022 16:52:23 +0000 (16:52 +0000)
Previously we'd supported `use self:...` but this adds support for
using some path that ends with `self`.


No differences found