diff options
| author | Michael Sullivan <sully@msully.net> | 2011-07-18 17:26:37 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-19 12:01:13 -0700 |
| commit | c4bcd0a44d64d43a5c1dfde73d4e3f94e2419da7 (patch) | |
| tree | c5aadad104a507ad50ff8a4744ec21bd0db7560c /src/comp/rustc.rc | |
| parent | 2e6197aa959126ac882bc8db2f44d32a4af34f0f (diff) | |
| download | rust-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.rc | 1 |
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; |
