Remove extern crate rustc_macros
from rustc_middle
.
This commit is contained in:
parent
4814fd0a4b
commit
6ce258f657
71 changed files with 80 additions and 28 deletions
|
@ -8,7 +8,9 @@ use rustc_hir::def::Namespace;
|
|||
use rustc_hir::def_id::{CrateNum, DefId};
|
||||
use rustc_hir::lang_items::LangItem;
|
||||
use rustc_index::bit_set::FiniteBitSet;
|
||||
use rustc_macros::HashStable;
|
||||
use rustc_macros::{
|
||||
Decodable, Encodable, HashStable, Lift, TyDecodable, TyEncodable, TypeVisitable,
|
||||
};
|
||||
use rustc_middle::ty::normalize_erasing_regions::NormalizationError;
|
||||
use rustc_span::def_id::LOCAL_CRATE;
|
||||
use rustc_span::Symbol;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue