about summary refs log tree commit diff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2011-07-18 17:26:37 -0700
committerBrian Anderson <banderson@mozilla.com>2011-07-19 12:01:13 -0700
commitc4bcd0a44d64d43a5c1dfde73d4e3f94e2419da7 (patch)
treec5aadad104a507ad50ff8a4744ec21bd0db7560c /src/comp/rustc.rc
parent2e6197aa959126ac882bc8db2f44d32a4af34f0f (diff)
downloadrust-c4bcd0a44d64d43a5c1dfde73d4e3f94e2419da7.tar.gz
rust-c4bcd0a44d64d43a5c1dfde73d4e3f94e2419da7.zip
Move collect_upvars into its own file.
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 10e9cb80193..1970aa66cd2 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -26,6 +26,7 @@ mod middle {
     mod resolve;
     mod typeck;
     mod alias;
+    mod freevars;
 
     mod tstate {
         mod ck;