diff options
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; |