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
|
@ -11,6 +11,7 @@ use rustc_data_structures::fx::FxIndexMap;
|
|||
use rustc_hir as hir;
|
||||
use rustc_hir::def_id::LocalDefId;
|
||||
use rustc_hir::HirId;
|
||||
use rustc_macros::{HashStable, TyDecodable, TyEncodable, TypeFoldable, TypeVisitable};
|
||||
use rustc_span::def_id::LocalDefIdMap;
|
||||
use rustc_span::symbol::Ident;
|
||||
use rustc_span::{Span, Symbol};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue