diff options
| author | Patrick Walton <[email protected]> | 2010-11-03 16:43:12 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-11-19 17:50:45 -0800 |
| commit | c00bda539d79e4411e086d505c697662942ee00b (patch) | |
| tree | ac121a5bf1275b57770add6e443434fa13eb6915 /src/comp/rustc.rc | |
| parent | rustboot: Say when a binary operator is unimplemented rather than asserting i... (diff) | |
| download | rust-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.rc | 1 |
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 { |