From b163247d4e13e31a6b553e18d363f0bc31f2bc28 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 12 May 2011 18:30:21 -0700 Subject: rustc: Beginnings of a "shape" module to convert types to shapes --- src/comp/rustc.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/comp/rustc.rc') 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; -- cgit v1.2.3