rustc: rename item_path to def_path (except the module in ty).

This commit is contained in:
Eduard-Mihai Burtescu 2018-12-19 12:31:35 +02:00
parent f1af5a77a0
commit e0c75ff40d
54 changed files with 174 additions and 174 deletions

View file

@ -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,