aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-04-01 17:23:56 -0700
committerGraydon Hoare <[email protected]>2011-04-01 17:23:56 -0700
commit23f18a096f9843595eff5e408653187f49114977 (patch)
tree6da4f7e5724dc808264538466441277905ed6ce9 /src/comp/rustc.rc
parentSupport for passing native types through metadata/creader. (diff)
downloadrust-23f18a096f9843595eff5e408653187f49114977.tar.xz
rust-23f18a096f9843595eff5e408653187f49114977.zip
Re-enable typestate_check in build, was lost during merge. Sorry.
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 98fae38b..952ea7e8 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -20,6 +20,7 @@ mod middle {
mod trans;
mod ty;
mod typeck;
+ mod typestate_check;
}
mod back {