We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ac4c8a + 821fdde commit 4872c74Copy full SHA for 4872c74
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