aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-18 11:34:47 -0700
committerGraydon Hoare <[email protected]>2010-08-18 11:34:47 -0700
commit49f668dff306ae76ad83f2f82c032940f723b26c (patch)
tree9bed7ca54c5f255fa4ab714e8fe9e5f7d85b9141 /src/comp/rustc.rc
parentChange indent on rustc.rc. (diff)
downloadrust-49f668dff306ae76ad83f2f82c032940f723b26c.tar.xz
rust-49f668dff306ae76ad83f2f82c032940f723b26c.zip
Add mod common to rustc.
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 75f893c9..70eb35d1 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -13,6 +13,10 @@ mod driver {
mod rustc;
}
+mod util {
+ mod common;
+}
+
auth driver = unsafe;
mod lib {