Closed
Description
use std::self; // error[E0429]: `self` imports are only allowed within a { } list
we should offer the suggestion to remove ::self
, as this is likely what the user intended.
This issue has been assigned to @mibac138 via this comment.
Metadata
Metadata
Assignees
Labels
Area: Suggestions generated by the compiler applied by `cargo fix`Category: An issue proposing an enhancement or a PR with one.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the language team, which will review and decide on the PR/issue.