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<'_> {
269
269
diag,
270
270
span,
271
271
E0761 ,
272
- "file for module `{}` found at both {} and {} " ,
272
+ "file for module `{}` found at both \" {} \" and \" {} \" " ,
273
273
ident,
274
274
default_path_short,
275
275
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"
2
2
--> $DIR/mod_file_disambig.rs:1:1
3
3
|
4
4
LL | mod mod_file_disambig_aux;
You can’t perform that action at this time.
0 commit comments