Move trans, back, driver, and back into a new crate, rustc_trans. Reduces memory usage significantly and opens opportunities for more parallel compilation.
This commit is contained in:
parent
f637f1c5a2
commit
dc6e414e6f
80 changed files with 640 additions and 532 deletions
|
@ -11,7 +11,7 @@
|
|||
// This compiler pass detects static items that refer to themselves
|
||||
// recursively.
|
||||
|
||||
use driver::session::Session;
|
||||
use session::Session;
|
||||
use middle::resolve;
|
||||
use middle::def::{DefStatic, DefConst};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue