compiler: Directly use rustc_abi in codegen
This commit is contained in:
parent
e3a918ece0
commit
b895bf4fdc
35 changed files with 50 additions and 52 deletions
|
@ -2,7 +2,7 @@ use rustc_middle::bug;
|
|||
use rustc_middle::ty::{self, GenericArgKind, Ty};
|
||||
use rustc_session::config::Lto;
|
||||
use rustc_symbol_mangling::typeid_for_trait_ref;
|
||||
use rustc_target::abi::call::FnAbi;
|
||||
use rustc_target::callconv::FnAbi;
|
||||
use tracing::{debug, instrument};
|
||||
|
||||
use crate::traits::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue