about summary refs log tree commit diff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/comp/rustc.rc')
-rw-r--r--src/comp/rustc.rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc
index 47a37f3325f..e34d1faec40 100644
--- a/src/comp/rustc.rc
+++ b/src/comp/rustc.rc
@@ -62,7 +62,11 @@ auth middle.typestate_check.log_expr = impure;
 auth lib.llvm = unsafe;
 auth pretty.pprust = impure;
 auth middle.typestate_check.find_pre_post_block = impure;
-auth middle.typestate_check.find_pre_post_expr = impure;
+auth middle.typestate_check.find_pre_post_state_block = 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 util.typestate_ann.implies = impure;
 
 mod lib {