1
Fork 0

compiler: remove rustc_target::spec::abi reexports

This commit is contained in:
Jubilee Young 2025-02-05 12:22:28 -08:00
parent ca193471b5
commit 54ff6e0ad5
8 changed files with 13 additions and 14 deletions

View file

@ -57,10 +57,6 @@ use crate::spec::crt_objects::CrtObjects;
pub mod crt_objects;
pub mod abi {
pub use rustc_abi::{AbiUnsupported, ExternAbi as Abi, all_names, lookup};
}
mod base;
mod json;