diff options
| author | Patrick Walton <[email protected]> | 2011-03-11 15:35:20 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-11 15:35:50 -0800 |
| commit | 9b3db0ed445de1b513742770420ba4b60a025219 (patch) | |
| tree | ba749edd60a802d5707b44ccf432ca237c151028 /src/comp/rustc.rc | |
| parent | reindex the block index. (diff) | |
| download | rust-9b3db0ed445de1b513742770420ba4b60a025219.tar.xz rust-9b3db0ed445de1b513742770420ba4b60a025219.zip | |
rustc: Add some stub metadata to each crate
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index c7d3ff6b..006aca62 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -14,6 +14,7 @@ mod front { mod middle { mod fold; + mod metadata; mod resolve; mod trans; mod ty; @@ -40,6 +41,7 @@ mod util { } auth driver.rustc.main = impure; +auth middle.metadata = unsafe; auth middle.trans = unsafe; auth middle.trans.copy_args_to_allocas = impure; auth middle.trans.trans_block = impure; |