diff options
| author | Dave Herman <[email protected]> | 2010-10-20 17:04:15 -0700 |
|---|---|---|
| committer | Dave Herman <[email protected]> | 2010-10-20 17:04:15 -0700 |
| commit | 8f71dad2c94d2e4c3f63c85cef5eaf42cf31d74f (patch) | |
| tree | 46a34006169d5c0a092bf1f5e248633dac2233a3 /src/comp/rustc.rc | |
| parent | Eliminate <tag#> stuff from the "friendly" type errors (diff) | |
| download | rust-8f71dad2c94d2e4c3f63c85cef5eaf42cf31d74f.tar.xz rust-8f71dad2c94d2e4c3f63c85cef5eaf42cf31d74f.zip | |
created a first draft of the bit-set library needed for typestate
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index cce0d38f..aeb8fdd1 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -28,6 +28,7 @@ mod driver { mod util { mod common; + mod bits; } auth driver.rustc.main = state; |