about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-10-09 14:45:41 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2017-10-09 14:45:41 +0200
commita28b2465d366c0169aedf76ed932dc695d0ff049 (patch)
treec85f18971cfc1bf615c3379a8fda56a368d5649d /src/liballoc/lib.rs
parentb2f67c8d5676d13d83523316ac95a7056dbd19c6 (diff)
downloadrust-a28b2465d366c0169aedf76ed932dc695d0ff049.tar.gz
rust-a28b2465d366c0169aedf76ed932dc695d0ff049.zip
usize index message for vec
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index d51aaa23c6a..0cbfc9e9dac 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -121,6 +121,7 @@
 #![feature(unique)]
 #![feature(unsize)]
 #![feature(allocator_internals)]
+#![feature(on_unimplemented)]
 
 #![cfg_attr(not(test), feature(fused, fn_traits, placement_new_protocol, swap_with_slice, i128))]
 #![cfg_attr(test, feature(test, box_heap))]