diff options
| author | Patrick Walton <[email protected]> | 2010-12-21 12:13:51 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-12-21 16:24:17 -0800 |
| commit | 744b164b7dafbecd84e6f11e139ca054c283e77c (patch) | |
| tree | 1a0196d4fa25f51facd76c9189bf583f43c9bbe3 /src/comp/rustc.rc | |
| parent | rustboot: Only bottom out at opaque IL types after finding two cycles. DON'T ... (diff) | |
| download | rust-744b164b7dafbecd84e6f11e139ca054c283e77c.tar.xz rust-744b164b7dafbecd84e6f11e139ca054c283e77c.zip | |
rustc: Move type logic out of typeck so trans doesn't look like it's calling into typeck
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 ef9be053..8f541415 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -14,6 +14,7 @@ mod middle { mod fold; mod resolve; mod trans; + mod ty; mod typeck; } |