[ER] Help for unresolved super::X imports too. #85249
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-papercut
Diagnostics: An error or lint that needs small tweaks.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This code:
Trying to compile it with rustc (1.54.0-nightly 5c02926 2021-05-11), it gives:
I'd like to see the 'use std::num::NonZeroU8;' help for the first unresolved import in the module too.
The text was updated successfully, but these errors were encountered: