Silence unused_import
warning on unresolved import
#63724
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
use Foo::*;
will cause the following output:The warning should be silenced.
CC #56982
The text was updated successfully, but these errors were encountered: