Test for #7663 doesn't test anything (?) #140780
Labels
A-resolve
Area: Name/path resolution done by `rustc_resolve` specifically
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is a similar story to #140765. Basically tests/ui/issues/issue-7663.rs doesn't test anything as the glob imports were removed from the file and there's no duplicated import for
p
on either case.I think the test should no longer be
run-pass
and instead it should test that:p
items with glob imports failsp
items with non-glob imports failsp
with a glob import and anotherp
with a non-glob import is ok.I'll create a PR with a fix if this is correct.
Thanks!
The text was updated successfully, but these errors were encountered: