about summary refs log tree commit diff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-07-27 17:49:00 -0700
committerGraydon Hoare <graydon@mozilla.com>2011-07-27 17:49:00 -0700
commit63f74f3771c20fceea294d2dc759ccde8a59a6cd (patch)
tree5504c7c6b9d0acb14f69159095bf63e84f033799 /src/comp/rustc.rc
parent04611a3e56b84c9d3439d1625e61d092d860a2c1 (diff)
downloadrust-63f74f3771c20fceea294d2dc759ccde8a59a6cd.tar.gz
rust-63f74f3771c20fceea294d2dc759ccde8a59a6cd.zip
Remove vestiges of "layers", insert skeletal do-nothing "kind" pass plus cached calculation of kind for each type.
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 7c9377bd19d..da6f7e5c853 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -27,6 +27,7 @@ mod middle {
     mod typeck;
     mod check_alt;
     mod alias;
+    mod kind;
     mod freevars;
 
     mod tstate {