aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-12 18:30:21 -0700
committerPatrick Walton <[email protected]>2011-05-12 18:30:21 -0700
commitb163247d4e13e31a6b553e18d363f0bc31f2bc28 (patch)
treef2db5f4d3c13617299bad12c367784c30b37bfa0 /src/comp/rustc.rc
parentrustc: Make ty::expr_ann() terser (diff)
downloadrust-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.rc1
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;