diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-03-16 11:46:51 -0400 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-03-16 11:46:51 -0400 |
| commit | e65e1716a7086c365214e1b1c551c4d16af933d5 (patch) | |
| tree | b6e36abcb6164665e6a313fbd65cc676d13ecbef /src/comp/rustc.rc | |
| parent | Update comment to reflect the decision to avoid cycles. (diff) | |
| download | rust-e65e1716a7086c365214e1b1c551c4d16af933d5.tar.xz rust-e65e1716a7086c365214e1b1c551c4d16af933d5.zip | |
Revert 6fdb81fa17b3c7147a69edc5217c9f93ff485410, it is causing failures in
the bots.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 4bf1161d..7f1a7a03 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -42,7 +42,6 @@ mod util { } auth driver.rustc.main = impure; -auth front.creader.load_crate = unsafe; auth middle.metadata = unsafe; auth middle.trans = unsafe; auth middle.trans.copy_args_to_allocas = impure; |