diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-06-27 14:18:32 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-06-27 16:30:27 -0700 |
| commit | ba5c7a570d1bc6f28e7a2f4eb5cfd50b7c19f374 (patch) | |
| tree | 78bb67f83876f83a65464b82ae0ead676e080080 /src/comp/rustc.rc | |
| parent | d4a5487e1c1ab641f146e2ab83409bc9b5a4ec51 (diff) | |
| download | rust-ba5c7a570d1bc6f28e7a2f4eb5cfd50b7c19f374.tar.gz rust-ba5c7a570d1bc6f28e7a2f4eb5cfd50b7c19f374.zip | |
Rename middle::metadata to metadata::cwriter. Move creader to metadata
Preparation for a lot more metadata refactoring
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 3a96e03f0c5..b2247149a6e 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -18,7 +18,6 @@ mod middle { mod ty; mod walk; mod visit; - mod metadata; mod ast_map; mod resolve; mod typeck; @@ -46,7 +45,6 @@ mod pretty { mod front { mod ast; - mod creader; mod ext; mod extfmt; mod extenv; @@ -64,6 +62,11 @@ mod back { mod x86; } +mod metadata { + mod creader; + mod cwriter; +} + mod driver { mod rustc; mod session; |
