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