aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-11-03 16:43:12 -0700
committerPatrick Walton <[email protected]>2010-11-19 17:50:45 -0800
commitc00bda539d79e4411e086d505c697662942ee00b (patch)
treeac121a5bf1275b57770add6e443434fa13eb6915 /src/comp/rustc.rc
parentrustboot: Say when a binary operator is unimplemented rather than asserting i... (diff)
downloadrust-c00bda539d79e4411e086d505c697662942ee00b.tar.xz
rust-c00bda539d79e4411e086d505c697662942ee00b.zip
rustc: First stab at a typechecker
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 7b314ad7..ef9be053 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -14,6 +14,7 @@ mod middle {
mod fold;
mod resolve;
mod trans;
+ mod typeck;
}
mod back {