aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 5f5bc893..c4e7c7e6 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -10,6 +10,10 @@ mod fe {
mod token;
}
+mod me {
+ mod trans;
+}
+
mod driver {
mod rustc;
mod session;
@@ -20,7 +24,8 @@ mod util {
}
auth driver.rustc.main = state;
-auth driver.rustc.write_module = unsafe;
+auth me.trans = unsafe;
+
mod lib {
alt (target_os) {