diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-04-01 17:04:07 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-04-01 17:04:07 -0700 |
| commit | 2a2ea6351debde3ecd44b033b8cc36f9f4e5cf0f (patch) | |
| tree | c1e48a6e42aabbeeaa3ca7d414566b0de8831463 /src/comp | |
| parent | 3971110d7f60f315e7ef0c3a7f9feb8af6e5ed08 (diff) | |
| download | rust-2a2ea6351debde3ecd44b033b8cc36f9f4e5cf0f.tar.gz rust-2a2ea6351debde3ecd44b033b8cc36f9f4e5cf0f.zip | |
Comment out import for not-yet-compiling typestate_check.
Diffstat (limited to 'src/comp')
| -rw-r--r-- | src/comp/driver/rustc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index a1fdb387d7f..657c098d527 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; |
