From 0d32ff723ab807add5830af57c3ebbc9cae8e8b6 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 13 May 2011 13:29:41 -0700 Subject: Slight adjustments to shape, rename to type_glue.rs. --- src/comp/rustc.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/rustc.rc') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 0267084e..a0fb45c4 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -10,7 +10,7 @@ meta (name = "rustc", use std; mod middle { - mod shape; + mod type_glue; mod trans; mod ty; mod fold; -- cgit v1.2.3