about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-06-29 13:11:36 +0000
committerbors <bors@rust-lang.org>2014-06-29 13:11:36 +0000
commitbd9563aa382ccfbda36049786329edcdc609930c (patch)
tree205e2a144751f9bbb2fe9b0b68cec08ae5030be0 /src
parentb569c77148e8e839b38b678c7c167efc643d2721 (diff)
parent96fdf4dae5537c25de3b37822319680b2c07c13b (diff)
downloadrust-bd9563aa382ccfbda36049786329edcdc609930c.tar.gz
rust-bd9563aa382ccfbda36049786329edcdc609930c.zip
auto merge of #15249 : aochagavia/rust/rand, r=huonw
Diffstat (limited to 'src')
-rw-r--r--src/librand/rand_impls.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/librand/rand_impls.rs b/src/librand/rand_impls.rs
index 3dd054cee9d..77433877ec6 100644
--- a/src/librand/rand_impls.rs
+++ b/src/librand/rand_impls.rs
@@ -203,6 +203,8 @@ tuple_impl!{A, B, C, D, E, F, G}
 tuple_impl!{A, B, C, D, E, F, G, H}
 tuple_impl!{A, B, C, D, E, F, G, H, I}
 tuple_impl!{A, B, C, D, E, F, G, H, I, J}
+tuple_impl!{A, B, C, D, E, F, G, H, I, J, K}
+tuple_impl!{A, B, C, D, E, F, G, H, I, J, K, L}
 
 impl<T:Rand> Rand for Option<T> {
     #[inline]