Correct `use` resolution for submodule use statements
authorMatt Corallo <git@bluematt.me>
Mon, 17 Jul 2023 02:19:46 +0000 (02:19 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 28 Jul 2023 23:06:00 +0000 (23:06 +0000)
Otherwise we fail to resolve a `use` that starts with a submodule
of the current module.


No differences found