diff options
| author | Graydon Hoare <[email protected]> | 2011-05-13 13:29:41 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-13 13:29:50 -0700 |
| commit | 0d32ff723ab807add5830af57c3ebbc9cae8e8b6 (patch) | |
| tree | 69ab77c5d02787f11fd943ddc9053bb303b127f6 /src/comp/rustc.rc | |
| parent | rustc: Add write_type() wherever ann_types are written, except for triv_ann() (diff) | |
| download | rust-0d32ff723ab807add5830af57c3ebbc9cae8e8b6.tar.xz rust-0d32ff723ab807add5830af57c3ebbc9cae8e8b6.zip | |
Slight adjustments to shape, rename to type_glue.rs.
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; |