1
Fork 0

cg_gcc: Factor out rustc_target::abi

This commit is contained in:
Jubilee Young 2024-10-08 17:27:02 -07:00
parent b3beb4efc7
commit d92aee556d
4 changed files with 12 additions and 8 deletions

View file

@ -32,6 +32,7 @@ extern crate tempfile;
extern crate tracing;
// The rustc crates we need
extern crate rustc_abi;
extern crate rustc_apfloat;
extern crate rustc_ast;
extern crate rustc_attr;