compiler: remove rustc_target::abi entirely

This commit is contained in:
Jubilee Young
2025-02-04 22:06:41 -08:00
parent 3948be651a
commit 1f37b9a643
80 changed files with 129 additions and 87 deletions

View File

@@ -92,7 +92,7 @@ impl<A: ToJson> ToJson for Option<A> {
}
}
impl ToJson for crate::abi::call::Conv {
impl ToJson for crate::callconv::Conv {
fn to_json(&self) -> Json {
let buf: String;
let s = match self {