diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-07-11 15:00:40 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-07-17 15:46:43 -0700 |
| commit | db020ab63cd51dd4a25cba2d00117f016128762b (patch) | |
| tree | 2b6f1e99ba4356f3e3bf5338332c278d2a85109b /src/libcore/uint-template.rs | |
| parent | b5729bd60095fb5ca884936775e031cf19900760 (diff) | |
rustc: Implement and enforce instance coherence
Diffstat (limited to 'src/libcore/uint-template.rs')
| -rw-r--r-- | src/libcore/uint-template.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/uint-template.rs b/src/libcore/uint-template.rs index 7c4244efd9b..4f35f1a8756 100644 --- a/src/libcore/uint-template.rs +++ b/src/libcore/uint-template.rs @@ -278,6 +278,7 @@ fn to_str_radix17() { #[test] fn test_times() { + import iter::times; let ten = 10 as T; let mut accum = 0; for ten.times { accum += 1; } |
