move DefPathBasedNames to ty::print::obsolete

This commit is contained in:
Mark Mansi 2019-05-23 13:48:27 -05:00
parent 3287ddf937
commit f2b9b2d13b
6 changed files with 296 additions and 297 deletions

View file

@ -4,7 +4,7 @@ use crate::type_::Type;
use rustc::ty::{self, Ty, TypeFoldable};
use rustc::ty::layout::{self, Align, LayoutOf, FnTypeExt, PointeeInfo, Size, TyLayout};
use rustc_target::abi::{FloatTy, TyLayoutMethods};
use rustc_mir::monomorphize::item::DefPathBasedNames;
use rustc::ty::print::obsolete::DefPathBasedNames;
use rustc_codegen_ssa::traits::*;
use std::fmt::Write;