Move rustc_codegen_ssa target features to rustc_target

This commit is contained in:
Urgau
2023-12-12 21:47:20 +01:00
parent 1aa6aefdc9
commit 428395e064
6 changed files with 450 additions and 442 deletions

View File

@@ -35,6 +35,7 @@ pub mod abi;
pub mod asm;
pub mod json;
pub mod spec;
pub mod target_features;
#[cfg(test)]
mod tests;