From 2809e30d1dfae75b88a7cea87eb287da09455515 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 28 Mar 2011 16:49:26 -0700 Subject: rustc: Parse types in external metadata --- src/comp/rustc.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/comp/rustc.rc') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 64da7ad0..f331eba0 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -44,6 +44,8 @@ mod util { auth driver.rustc.main = impure; auth front.creader.load_crate = unsafe; auth front.creader.lookup_def = impure; +auth front.creader.get_type = impure; +auth front.creader.impure_no_op = impure; auth middle.metadata = unsafe; auth middle.trans = unsafe; auth middle.trans.copy_args_to_allocas = impure; -- cgit v1.2.3