diff options
| author | Graydon Hoare <[email protected]> | 2011-01-21 07:58:16 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-01-21 07:59:56 -0800 |
| commit | 8bc57fa85e6191117c8c27bf53f8e051e13783c3 (patch) | |
| tree | 663f8d067457d0abe92e319e0b5c63a001fa1127 /src/comp/rustc.rc | |
| parent | M-x indent-region on trans.rs. (diff) | |
| download | rust-8bc57fa85e6191117c8c27bf53f8e051e13783c3.tar.xz rust-8bc57fa85e6191117c8c27bf53f8e051e13783c3.zip | |
Tweak effect-checking rules in rustboot, remove/rewrite/re-auth impure cases in trans.rs
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 8f541415..b439632c 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -34,6 +34,8 @@ mod util { auth driver.rustc.main = impure; auth middle.trans = unsafe; +auth middle.trans.copy_args_to_allocas = impure; +auth middle.trans.trans_block = impure; auth lib.llvm = unsafe; |