diff options
| author | Mark Mansi <markm@cs.wisc.edu> | 2019-05-23 13:48:27 -0500 |
|---|---|---|
| committer | Mark Mansi <markm@cs.wisc.edu> | 2019-06-02 22:50:03 -0500 |
| commit | f2b9b2d13bb14dd80d5bacbbb63d9d5cc6003a35 (patch) | |
| tree | bf53017844d68640f48188a4152427779de45a07 /src/librustc_codegen_llvm | |
| parent | 3287ddf937d873f8a4e5dbbd0fe2937904dfdd88 (diff) | |
| download | rust-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.rs | 2 |
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; |
