Resolve E0584 conflict

This commit is contained in:
Nathan Corbyn 2020-06-08 11:57:56 +01:00
parent 7355816093
commit a1eeaddf3f
4 changed files with 29 additions and 3 deletions

View file

@ -1,4 +1,4 @@
error[E0584]: file for module `mod_file_disambig_aux` found at both mod_file_disambig_aux.rs and mod_file_disambig_aux/mod.rs
error[E0761]: file for module `mod_file_disambig_aux` found at both mod_file_disambig_aux.rs and mod_file_disambig_aux/mod.rs
--> $DIR/mod_file_disambig.rs:1:1
|
LL | mod mod_file_disambig_aux;
@ -14,5 +14,5 @@ LL | assert_eq!(mod_file_aux::bar(), 10);
error: aborting due to 2 previous errors
Some errors have detailed explanations: E0433, E0584.
Some errors have detailed explanations: E0433, E0761.
For more information about an error, try `rustc --explain E0433`.