rustc: rename item_path to def_path (except the module in ty).
This commit is contained in:
parent
f1af5a77a0
commit
e0c75ff40d
54 changed files with 174 additions and 174 deletions
|
|
@ -4250,7 +4250,7 @@ where F: Fn(DefId) -> Def {
|
|||
}
|
||||
|
||||
let names = PrintCx::new(tcx, AbsolutePathPrinter)
|
||||
.print_item_path(def_id, None, Namespace::TypeNS);
|
||||
.print_def_path(def_id, None, Namespace::TypeNS);
|
||||
|
||||
hir::Path {
|
||||
span: DUMMY_SP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue