Skip to content

Commit bc74d2b

Browse files
committed
pass test
1 parent 8f71112 commit bc74d2b

16 files changed

+11
-124
lines changed

compiler/rustc_hir_typeck/src/method/suggest.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3337,16 +3337,16 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
33373337
// trait_did,
33383338
// with_crate_prefix!(self.tcx.def_path_str(*trait_did))
33393339
// );
3340-
// format!(
3341-
// "{prefix}{}{postfix}\n",
3342-
// with_no_visible_paths_if_doc_hidden!(with_crate_prefix!(
3343-
// self.tcx.def_path_str(*trait_did)
3344-
// )),
3345-
// )
33463340
format!(
33473341
"{prefix}{}{postfix}\n",
3348-
with_crate_prefix!(self.tcx.def_path_str(*trait_did)),
3342+
with_no_visible_paths_if_doc_hidden!(with_crate_prefix!(
3343+
self.tcx.def_path_str(*trait_did)
3344+
)),
33493345
)
3346+
// format!(
3347+
// "{prefix}{}{postfix}\n",
3348+
// with_crate_prefix!(self.tcx.def_path_str(*trait_did)),
3349+
// )
33503350
});
33513351

33523352
let glob_path_strings = globs.iter().map(|trait_did| {

tests/ui/issues/auxiliary/issue-127011-a-1.rs

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/ui/issues/auxiliary/issue-127011-a-2.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/ui/issues/auxiliary/issue-127011-a.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/ui/issues/auxiliary/issue-127011-b-1.rs

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/ui/issues/auxiliary/issue-127011-b-2.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/ui/issues/auxiliary/issue-127011-b.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/ui/issues/issue-127011-1.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

tests/ui/issues/issue-127011-1.stderr

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/ui/issues/issue-127011-2.rs

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)