diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-05-03 15:08:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-03 15:08:09 +0200 |
| commit | 377722103e2bb4035ae2d91c090d022a7372fb47 (patch) | |
| tree | 683101b51a001add697a0e96bb1e599069f93447 /src | |
| parent | ed1646a785f28306e01a7d505a40e5a40371e733 (diff) | |
| parent | 461f52071d8065dbb7c57189e181dc1f72e8b10f (diff) | |
| download | rust-377722103e2bb4035ae2d91c090d022a7372fb47.tar.gz rust-377722103e2bb4035ae2d91c090d022a7372fb47.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr b/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr index 3a3d2e2dddd..a2c99396987 100644 --- a/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr +++ b/src/test/ui/modules_and_files_visibility/mod_file_disambig.stderr @@ -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; |
