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
|
@ -14,6 +14,7 @@ use either::{Left, Right};
|
|||
|
||||
use rustc_ast::Mutability;
|
||||
use rustc_data_structures::intern::Interned;
|
||||
use rustc_macros::{HashStable, TyDecodable, TyEncodable};
|
||||
use rustc_target::abi::{Align, HasDataLayout, Size};
|
||||
|
||||
use super::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue