aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-04-01 17:04:07 -0700
committerGraydon Hoare <[email protected]>2011-04-01 17:04:07 -0700
commit2a2ea6351debde3ecd44b033b8cc36f9f4e5cf0f (patch)
treec1e48a6e42aabbeeaa3ca7d414566b0de8831463 /src
parentGuh. Actually commit the staged undo-of-indentation. Forgotten git staging wi... (diff)
downloadrust-2a2ea6351debde3ecd44b033b8cc36f9f4e5cf0f.tar.xz
rust-2a2ea6351debde3ecd44b033b8cc36f9f4e5cf0f.zip
Comment out import for not-yet-compiling typestate_check.
Diffstat (limited to 'src')
-rw-r--r--src/comp/driver/rustc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs
index a1fdb387..657c098d 100644
--- a/src/comp/driver/rustc.rs
+++ b/src/comp/driver/rustc.rs
@@ -8,7 +8,7 @@ import middle.trans;
import middle.resolve;
import middle.ty;
import middle.typeck;
-import middle.typestate_check;
+// import middle.typestate_check;
import util.common;
import std.map.mk_hashmap;