diff options
| author | Patrick Walton <[email protected]> | 2011-04-01 13:02:44 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-01 13:02:44 -0700 |
| commit | 6dc452335a410e139220c4ecadbbda9dd15fe8e2 (patch) | |
| tree | 96d3fe1107c175f3792eb960cf3d9b9cc87731b7 /src/comp/rustc.rc | |
| parent | rustc: Have tag_variants() return a new variant_info structure instead of an ... (diff) | |
| download | rust-6dc452335a410e139220c4ecadbbda9dd15fe8e2.tar.xz rust-6dc452335a410e139220c4ecadbbda9dd15fe8e2.zip | |
rustc: Get tag variants from the crate metadata
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 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; |