diff options
| author | Graydon Hoare <[email protected]> | 2011-04-01 17:04:07 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-01 17:04:07 -0700 |
| commit | 2a2ea6351debde3ecd44b033b8cc36f9f4e5cf0f (patch) | |
| tree | c1e48a6e42aabbeeaa3ca7d414566b0de8831463 /src | |
| parent | Guh. Actually commit the staged undo-of-indentation. Forgotten git staging wi... (diff) | |
| download | rust-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.rs | 2 |
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; |