diff options
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index e9d0b788..14efb667 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -65,10 +65,14 @@ auth lib.llvm = unsafe; auth pretty.pprust = impure; auth middle.typestate_check.find_pre_post_block = impure; auth middle.typestate_check.find_pre_post_state_block = impure; +auth middle.typestate_check.find_pre_post_state_stmt = impure; +auth middle.typestate_check.find_pre_post_state_expr = impure; +auth middle.typestate_check.find_pre_post_state_exprs = impure; auth middle.typestate_check.find_pre_post_expr = impure; auth middle.typestate_check.find_pre_post_stmt = impure; auth middle.typestate_check.check_states_against_conditions = impure; auth middle.typestate_check.check_states_stmt = impure; +auth middle.typestate_check.log_stmt = impure; auth util.typestate_ann.implies = impure; mod lib { |