1
Fork 0

rustc: move rustc_front to rustc::hir.

This commit is contained in:
Eduard Burtescu 2016-03-29 08:50:44 +03:00
parent 772c600d4d
commit 8b0937293b
194 changed files with 419 additions and 566 deletions

View file

@ -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;