cg_gcc: Factor out rustc_target::abi
This commit is contained in:
parent
b3beb4efc7
commit
d92aee556d
4 changed files with 12 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue