cg_clif: Factor out rustc_target::abi

This commit is contained in:
Jubilee Young 2024-10-08 17:26:42 -07:00
parent 1379ef592a
commit b3beb4efc7
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@
extern crate jobserver;
#[macro_use]
extern crate rustc_middle;
extern crate rustc_abi;
extern crate rustc_ast;
extern crate rustc_codegen_ssa;
extern crate rustc_data_structures;