rust/src/test/ui/mod/mod_file_disambig.stderr

12 lines
471 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error[E0584]: file for module `mod_file_disambig_aux` found at both mod_file_disambig_aux.rs and mod_file_disambig_aux/mod.rs
2018-12-25 09:56:47 -06:00
--> $DIR/mod_file_disambig.rs:3:5
2018-08-08 07:28:26 -05:00
|
LL | mod mod_file_disambig_aux; //~ ERROR file for module `mod_file_disambig_aux` found at both
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: delete or rename one of them to remove the ambiguity
error: aborting due to previous error
For more information about this error, try `rustc --explain E0584`.