diff options
| author | Marijn Haverbeke <[email protected]> | 2011-04-20 12:35:34 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <[email protected]> | 2011-04-20 12:35:34 +0200 |
| commit | 4fe339d5ef6fea488b2216ec060d289a691e7518 (patch) | |
| tree | 6a6dd87197036137b363faedbfbf30966d979e24 /src/comp/rustc.rc | |
| parent | Integrate walk.rs (diff) | |
| download | rust-4fe339d5ef6fea488b2216ec060d289a691e7518.tar.xz rust-4fe339d5ef6fea488b2216ec060d289a691e7518.zip | |
Change collect_upvars from using fold to using walk
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 950b43b0..b506947a 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -7,6 +7,7 @@ mod middle { mod trans; mod ty; mod fold; + mod walk; mod metadata; mod resolve; mod capture; |