diff options
| author | Patrick Walton <[email protected]> | 2011-03-31 11:56:02 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-31 11:56:02 -0700 |
| commit | 3945ace520ff93e6edc03c75141cfaff3fbb832c (patch) | |
| tree | 4b99d56577ada2d6dce62ebcb8801a6e13cda80b /src/comp/rustc.rc | |
| parent | rustc: Mix the bits more when hashing def ids (diff) | |
| download | rust-3945ace520ff93e6edc03c75141cfaff3fbb832c.tar.xz rust-3945ace520ff93e6edc03c75141cfaff3fbb832c.zip | |
rustc: Write out an index of definition info in crate metadata
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 6a62012e..e15d1842 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -48,6 +48,8 @@ auth front.creader.get_type = impure; auth front.creader.get_symbol = impure; auth front.creader.impure_no_op = impure; auth middle.metadata = unsafe; +auth middle.metadata.encode_index = impure; +auth middle.metadata.encode_metadata = impure; auth middle.trans = unsafe; auth middle.trans.copy_any_self_to_alloca = impure; auth middle.trans.copy_args_to_allocas = impure; |