add MIR crate and link it into the driver

This commit is contained in:
Niko Matsakis
2015-08-18 18:01:44 -04:00
parent 6a2ca37f1b
commit faa9ec81b5
3 changed files with 8 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ extern crate rustc_borrowck;
extern crate rustc_front;
extern crate rustc_lint;
extern crate rustc_privacy;
extern crate rustc_mir;
extern crate rustc_resolve;
extern crate rustc_trans;
extern crate rustc_typeck;