aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorDave Herman <[email protected]>2010-10-20 17:04:15 -0700
committerDave Herman <[email protected]>2010-10-20 17:04:15 -0700
commit8f71dad2c94d2e4c3f63c85cef5eaf42cf31d74f (patch)
tree46a34006169d5c0a092bf1f5e248633dac2233a3 /src/comp/rustc.rc
parentEliminate <tag#> stuff from the "friendly" type errors (diff)
downloadrust-8f71dad2c94d2e4c3f63c85cef5eaf42cf31d74f.tar.xz
rust-8f71dad2c94d2e4c3f63c85cef5eaf42cf31d74f.zip
created a first draft of the bit-set library needed for typestate
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index cce0d38f..aeb8fdd1 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -28,6 +28,7 @@ mod driver {
mod util {
mod common;
+ mod bits;
}
auth driver.rustc.main = state;