Closed
Description
The compiler error message for E0761
should include the src folder and it should use double quotes, similar to the help message of compiler error E0583:
Before
error[E0761]: file for module `user` found at both user.rs and user\mod.rs
After
error[E0761]: file for module `user` found at both "src\user.rs" and "src\user\mod.rs"
Metadata
Metadata
Assignees
Labels
Area: Messages for errors, warnings, and lintsDiagnostics: An error or lint that doesn't give enough information about the problem at hand.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.