From 8ba058552b61484248fc295dfbbe2e18a9d49e48 Mon Sep 17 00:00:00 2001 From: Fenrir Date: Fri, 1 Dec 2017 21:57:34 -0700 Subject: Patch `std` to be compatible with Rust nightly-2017-12-01 This only fixes things enough so that the project compiles again. More standard library changes from upstream Rust will be pulled in later. --- ctr-std/src/sys/unix/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ctr-std/src/sys/unix/mod.rs') diff --git a/ctr-std/src/sys/unix/mod.rs b/ctr-std/src/sys/unix/mod.rs index cd583b5..c0e4eb4 100644 --- a/ctr-std/src/sys/unix/mod.rs +++ b/ctr-std/src/sys/unix/mod.rs @@ -13,6 +13,8 @@ use io::{self, ErrorKind}; use libc; +pub use self::rand::hashmap_random_keys; + pub mod condvar; pub mod ext; pub mod fast_thread_local; -- cgit v1.2.3