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

@@ -3,8 +3,8 @@
use super::namespace::item_namespace;
use super::CrateDebugContext;
use rustc::hir::def_id::DefId;
use rustc::ty::DefIdTree;
use rustc_hir::def_id::DefId;
use crate::common::CodegenCx;
use crate::llvm;