From 6dc452335a410e139220c4ecadbbda9dd15fe8e2 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 1 Apr 2011 13:02:44 -0700 Subject: rustc: Get tag variants from the crate metadata --- src/comp/rustc.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/comp/rustc.rc') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index afa84711..98fae38b 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -47,6 +47,7 @@ auth front.creader.load_crate = unsafe; auth front.creader.lookup_def = impure; auth front.creader.get_type = impure; auth front.creader.get_symbol = impure; +auth front.creader.get_tag_variants = impure; auth front.creader.impure_no_op = impure; auth middle.metadata = unsafe; auth middle.metadata.encode_index = impure; -- cgit v1.2.3