rustc_target: move in syntax::abi and flip dependency.

This commit is contained in:
Irina Popa
2018-04-25 19:30:39 +03:00
parent 030244cd4a
commit 04fa0e7bb3
80 changed files with 106 additions and 77 deletions

View File

@@ -36,6 +36,7 @@ extern crate rustc_driver;
extern crate rustc_resolve;
extern crate rustc_lint;
extern crate rustc_metadata;
extern crate rustc_target;
extern crate rustc_typeck;
extern crate serialize;
#[macro_use] extern crate syntax;