diff options
| author | Patrick Walton <[email protected]> | 2011-05-12 18:30:21 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-12 18:30:21 -0700 |
| commit | b163247d4e13e31a6b553e18d363f0bc31f2bc28 (patch) | |
| tree | f2db5f4d3c13617299bad12c367784c30b37bfa0 /src/comp/rustc.rc | |
| parent | rustc: Make ty::expr_ann() terser (diff) | |
| download | rust-b163247d4e13e31a6b553e18d363f0bc31f2bc28.tar.xz rust-b163247d4e13e31a6b553e18d363f0bc31f2bc28.zip | |
rustc: Beginnings of a "shape" module to convert types to shapes
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 1e619b29..0d011eee 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -10,6 +10,7 @@ meta (name = "rustc", use std; mod middle { + mod shape; mod trans; mod ty; mod fold; |