about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-08-21 22:15:02 +0800
committerkennytm <kennytm@gmail.com>2017-09-12 17:28:07 +0800
commit0bbe468271c3afa84c18979d8a5b9574d2bf2070 (patch)
treeb20040d59dbb344651f9553860e4be194369abdd /src/liballoc/lib.rs
parent3cb24bd37bcc46ecbb1f5f3f96f9d1de0aa7e92d (diff)
downloadrust-0bbe468271c3afa84c18979d8a5b9574d2bf2070.tar.gz
rust-0bbe468271c3afa84c18979d8a5b9574d2bf2070.zip
impl Hasher for {&mut Hasher, Box<Hasher>}
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index dc64a787ae9..2845d349ae1 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -121,7 +121,7 @@
 #![feature(unsize)]
 #![feature(allocator_internals)]
 
-#![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol, swap_with_slice))]
+#![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol, swap_with_slice, i128))]
 #![cfg_attr(test, feature(test, box_heap))]
 
 // Allow testing this library