Recover from missing crate
or other scope resolution in use
where appropriate
#102711
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: link
The current output is:
Ideally the output can look something like this:
This can also be extended to other items such as functions and variables. The help should only be emitted if an exact match exist in the parent scope and the scope resolution used is incorrect. Thanks.
The text was updated successfully, but these errors were encountered: