about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2019-05-23 13:48:27 -0500
committerMark Mansi <markm@cs.wisc.edu>2019-06-02 22:50:03 -0500
commitf2b9b2d13bb14dd80d5bacbbb63d9d5cc6003a35 (patch)
treebf53017844d68640f48188a4152427779de45a07 /src/librustc_codegen_llvm
parent3287ddf937d873f8a4e5dbbd0fe2937904dfdd88 (diff)
downloadrust-f2b9b2d13bb14dd80d5bacbbb63d9d5cc6003a35.tar.gz
rust-f2b9b2d13bb14dd80d5bacbbb63d9d5cc6003a35.zip
move DefPathBasedNames to ty::print::obsolete
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/type_of.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/type_of.rs b/src/librustc_codegen_llvm/type_of.rs
index 800bf505125..7a82fd731f6 100644
--- a/src/librustc_codegen_llvm/type_of.rs
+++ b/src/librustc_codegen_llvm/type_of.rs
@@ -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;