diff options
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |