Imprecise error message when Trait in qualified path is not in scope #109809
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
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.
I tried this code:
I would expect the error message to be something like "cannot find trait
NonExistingTrait
in this scope" like I would have forInstead the error message is
Meta
rustc --version --verbose
:@rustbot claim
The text was updated successfully, but these errors were encountered: