about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
diff options
context:
space:
mode:
authorDylan McKay <dylanmckay34@gmail.com>2015-08-15 17:17:17 +1200
committerDylan McKay <dylanmckay34@gmail.com>2015-08-15 19:19:13 +1200
commit7ebc5e5134b6a0094a197d27423f9a80dbb38598 (patch)
tree4d2cbf88d2c6b419d6d29c51612408ca98fa4252 /src/liballoc/lib.rs
parent1e1b7f30228782ebf6168a5e20e63cdd7b9763ff (diff)
downloadrust-7ebc5e5134b6a0094a197d27423f9a80dbb38598.tar.gz
rust-7ebc5e5134b6a0094a197d27423f9a80dbb38598.zip
Reduce libcore/liballoc's dependence on pointer sizes
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 ca86850f5df..2db9cc7c4d8 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -83,6 +83,7 @@
 #![feature(lang_items)]
 #![feature(no_std)]
 #![feature(nonzero)]
+#![feature(num_bits_bytes)]
 #![feature(optin_builtin_traits)]
 #![feature(placement_in_syntax)]
 #![feature(placement_new_protocol)]