rustc: move rustc_front to rustc::hir.
This commit is contained in:
parent
772c600d4d
commit
8b0937293b
194 changed files with 419 additions and 566 deletions
|
@ -41,7 +41,6 @@ extern crate rustc_driver;
|
|||
extern crate rustc_resolve;
|
||||
extern crate rustc_lint;
|
||||
extern crate rustc_back;
|
||||
extern crate rustc_front;
|
||||
extern crate rustc_metadata;
|
||||
extern crate serialize;
|
||||
#[macro_use] extern crate syntax;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue