aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-25 17:53:46 -0700
committerPatrick Walton <[email protected]>2011-03-25 17:54:48 -0700
commit94c19a18ae8ddf70d0c6a21b296e0858dc154d2a (patch)
tree8f8a88da05e45ba03c48cf82f9670a9d00991b7a /src/comp/rustc.rc
parentTrans nomenclature tidy-up: upcall vs. native vs. extern. (diff)
downloadrust-94c19a18ae8ddf70d0c6a21b296e0858dc154d2a.tar.xz
rust-94c19a18ae8ddf70d0c6a21b296e0858dc154d2a.zip
rustc: Look up names in "use"d crates
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index db1f1b24..64da7ad0 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -43,6 +43,7 @@ mod util {
auth driver.rustc.main = impure;
auth front.creader.load_crate = unsafe;
+auth front.creader.lookup_def = impure;
auth middle.metadata = unsafe;
auth middle.trans = unsafe;
auth middle.trans.copy_args_to_allocas = impure;