diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 17:21:09 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 17:22:07 -0700 |
| commit | af3d0d1848116f0e29dcaf8859d27fd4555f3444 (patch) | |
| tree | 18984d72de2f122692b820259e06504621c42842 /src/comp/rustc.rc | |
| parent | Remove obsolete Makefiles. (diff) | |
| download | rust-af3d0d1848116f0e29dcaf8859d27fd4555f3444.tar.xz rust-af3d0d1848116f0e29dcaf8859d27fd4555f3444.zip | |
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XFAIL use-import-export.rs in rustc
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 a0c8aecb..db1f1b24 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -42,6 +42,7 @@ 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; |