Remove rustc_hir reexports in rustc::hir.

This commit is contained in:
Mazdak Farrokhzad 2020-01-05 02:37:57 +01:00
parent 1c091bba51
commit ebfd8673a7
340 changed files with 866 additions and 826 deletions

View file

@ -1,8 +1,9 @@
// Type Names for Debug Info.
use rustc::hir::{self, def_id::DefId};
use rustc::ty::{self, subst::SubstsRef, Ty, TyCtxt};
use rustc_data_structures::fx::FxHashSet;
use rustc_hir as hir;
use rustc_hir::def_id::DefId;
// Compute the name of the type as it should be stored in debuginfo. Does not do
// any caching, i.e., calling the function twice with the same type will also do