diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 17:53:04 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-12-27 17:53:04 -0800 |
| commit | e26ca35b081e96d709f318e668e06209e89b95e2 (patch) | |
| tree | 2ad76c644d465bc9a6007df2c0ee78ad5cc4cd07 /src/libcore/uint-template | |
| parent | 84ce55e5427d0d36dbf6e330537175ab4162b6f2 (diff) | |
| download | rust-e26ca35b081e96d709f318e668e06209e89b95e2.tar.gz rust-e26ca35b081e96d709f318e668e06209e89b95e2.zip | |
librustc: Fix the test runner, the condition system, and core test. rs=bustage
Diffstat (limited to 'src/libcore/uint-template')
| -rw-r--r-- | src/libcore/uint-template/uint.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/uint-template/uint.rs b/src/libcore/uint-template/uint.rs index fb1762ef300..4d2da7180ef 100644 --- a/src/libcore/uint-template/uint.rs +++ b/src/libcore/uint-template/uint.rs @@ -17,6 +17,7 @@ pub use self::inst::{ mod inst { use sys; + use uint; pub type T = uint; |
