diff options
| author | Tim Chevalier <[email protected]> | 2011-04-04 14:31:49 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-06 00:17:06 +0000 |
| commit | 86d4601827812b4b069e44feec1b1ea64cd34f4e (patch) | |
| tree | a229baa502c546ad71243fef12337b094c07ff5a /src/comp/rustc.rc | |
| parent | Last pieces of self-call support. (diff) | |
| download | rust-86d4601827812b4b069e44feec1b1ea64cd34f4e.tar.xz rust-86d4601827812b4b069e44feec1b1ea64cd34f4e.zip | |
More work on typestate. Sketched out code for computing and checking prestates and poststates. Still a long ways away.
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 952ea7e8..47a37f33 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -62,6 +62,8 @@ 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 util.typestate_ann.implies = impure; mod lib { alt (target_os) { |