about summary refs log tree commit diff
path: root/src/librustc_trans_utils/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_trans_utils/lib.rs')
-rw-r--r--src/librustc_trans_utils/lib.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/librustc_trans_utils/lib.rs b/src/librustc_trans_utils/lib.rs
index 6873befd2bf..bc8f8d5a6da 100644
--- a/src/librustc_trans_utils/lib.rs
+++ b/src/librustc_trans_utils/lib.rs
@@ -38,6 +38,7 @@ extern crate log;
 #[macro_use]
 extern crate rustc;
 extern crate rustc_back;
+extern crate rustc_data_structures;
 extern crate syntax;
 extern crate syntax_pos;
 
@@ -49,7 +50,11 @@ use rustc::util::nodemap::NodeSet;
 
 use syntax::attr;
 
+mod common;
 pub mod link;
+pub mod collector;
+pub mod trans_item;
+pub mod monomorphize;
 pub mod trans_crate;
 
 /// check for the #[rustc_error] annotation, which forces an