compiler: Directly use rustc_abi in metadata and middle
Stop reexporting ReprOptions from middle::ty
This commit is contained in:
parent
89ec8c2cfe
commit
236fe33345
35 changed files with 93 additions and 102 deletions
|
@ -1,9 +1,9 @@
|
|||
use std::fmt;
|
||||
use std::num::NonZero;
|
||||
|
||||
use rustc_abi::{HasDataLayout, Size};
|
||||
use rustc_data_structures::static_assert_size;
|
||||
use rustc_macros::{HashStable, TyDecodable, TyEncodable};
|
||||
use rustc_target::abi::{HasDataLayout, Size};
|
||||
|
||||
use super::AllocId;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue