diff options
| author | Graydon Hoare <[email protected]> | 2010-10-06 18:36:28 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-10-06 18:36:28 -0700 |
| commit | fa5ef4cfb64d900a659f2e4380c8f2c8718f3826 (patch) | |
| tree | fa83697f1be4111e436a3cdd685f1aaf4b5a78a8 /src/comp/rustc.rc | |
| parent | Make ast node box uses more uniform in rustc. (diff) | |
| download | rust-fa5ef4cfb64d900a659f2e4380c8f2c8718f3826.tar.xz rust-fa5ef4cfb64d900a659f2e4380c8f2c8718f3826.zip | |
Add the beginnings of an ast folder plus an empty module for resolve.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 76b8fd62..cce0d38f 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -11,6 +11,8 @@ mod front { } mod middle { + mod fold; + mod resolve; mod trans; } |