Test for #14082 doesn't test what it should #140765
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
Please, take this with a grain of salt as I might have misunderstood what #14082 is about.
The test added for this should check that a glob import is correctly shadowed by a non-glob import of a reexport from inside a non-pub module. Essentially:
However this was changed on this bulk refactor which removed the
d::*
import.Let me know if my understanding is correct. I'll submit a PR with a fix if that's the case.
Thanks :)
The text was updated successfully, but these errors were encountered: