Open
Description
One newcomer mistake is getting confused by the module system ending up with crate::module::module
by having pub mod module {}
inside of module.rs
. We should have a lint that detects this case and gently nudges the user towards the more likely intended structure.
Metadata
Metadata
Assignees
Labels
Area: Lints (warnings about flaws in source code) such as unused_mut.Category: A feature request, i.e: not implemented / a PR.Diagnostics: Confusing error or lint; hard to understand for new users.Low priorityRelevant 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.