From ac3026412b9beb8f70af809c1ff58b9118c1e79c Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Thu, 7 Apr 2011 02:53:25 +0200 Subject: Revise EBML reader API New one is less stateful, easier to work with. --- 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 e34d1fae..e9d0b788 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -44,7 +44,9 @@ mod util { } auth driver.rustc.main = impure; +auth front.creader.parse_ty_str = impure; auth front.creader.load_crate = unsafe; +auth front.creader.get_metadata_section = unsafe; auth front.creader.lookup_def = impure; auth front.creader.get_type = impure; auth front.creader.get_symbol = impure; -- cgit v1.2.3