about summary refs log tree commit diff
diff options
context:
space:
mode:
-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]