We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fca829 commit 821fddeCopy full SHA for 821fdde
compiler/rustc_error_codes/src/error_codes/E0761.md
@@ -15,7 +15,7 @@ fn foo() {}
15
16
mod ambiguous_module; // error: file for module `ambiguous_module`
17
// found at both ambiguous_module.rs and
18
- // ambiguous_module.rs/mod.rs
+ // ambiguous_module/mod.rs
19
```
20
21
Please remove this ambiguity by deleting/renaming one of the candidate files.
0 commit comments