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

@@ -51,7 +51,7 @@ use rustc_span::{Symbol, kw, sym};
use serde_json::Value;
use tracing::debug;
use crate::abi::call::Conv;
use crate::callconv::Conv;
use crate::json::{Json, ToJson};
use crate::spec::crt_objects::CrtObjects;