E0761: module directory has .rs suffix
This commit is contained in:
parent
8fca8295cb
commit
821fddeba5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ fn foo() {}
|
|||
|
||||
mod ambiguous_module; // error: file for module `ambiguous_module`
|
||||
// found at both ambiguous_module.rs and
|
||||
// ambiguous_module.rs/mod.rs
|
||||
// ambiguous_module/mod.rs
|
||||
```
|
||||
|
||||
Please remove this ambiguity by deleting/renaming one of the candidate files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue