Rollup merge of #84854 - hi-rustin:rustin-patch-E0761, r=varkor
use double quotes and full path for E0761 close https://github.com/rust-lang/rust/issues/84828
This commit is contained in:
commit
377722103e
2 changed files with 7 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
error[E0761]: 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 "$DIR/mod_file_disambig_aux.rs" and "$DIR/mod_file_disambig_aux/mod.rs"
|
||||
--> $DIR/mod_file_disambig.rs:1:1
|
||||
|
|
||||
LL | mod mod_file_disambig_aux;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue