compiler: remove rustc_target::abi entirely
This commit is contained in:
parent
3948be651a
commit
1f37b9a643
80 changed files with 129 additions and 87 deletions
|
@ -1,5 +1,5 @@
|
|||
use rustc_abi as abi;
|
||||
use rustc_middle::mir::interpret::{ConstAllocation, Scalar};
|
||||
use rustc_target::abi;
|
||||
|
||||
use super::BackendTypes;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue