File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/rustc_expand/src
src/test/ui/modules_and_files_visibility Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ impl ModError<'_> {
269269 diag,
270270 span,
271271 E0761 ,
272- "file for module `{}` found at both {} and {} " ,
272+ "file for module `{}` found at both \" {} \" and \" {} \" " ,
273273 ident,
274274 default_path_short,
275275 secondary_path_short,
Original file line number Diff line number Diff line change 1- error[E0761]: file for module `mod_file_disambig_aux` found at both mod_file_disambig_aux.rs and mod_file_disambig_aux/mod.rs
1+ error[E0761]: file for module `mod_file_disambig_aux` found at both " mod_file_disambig_aux.rs" and " mod_file_disambig_aux/mod.rs"
22 --> $DIR/mod_file_disambig.rs:1:1
33 |
44LL | mod mod_file_disambig_aux;
You can’t perform that action at this time.
0 commit comments