about summary refs log tree commit diff
path: root/src/libcoretest/lib.rs
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2016-12-11 18:51:22 -0800
committerSteven Fackler <sfackler@gmail.com>2016-12-12 21:44:09 -0800
commit75fe727b785b43c5f31601adc19233d2efb186f0 (patch)
tree601862196601c2f65aca6c8bd8f08ccf9e4a0b96 /src/libcoretest/lib.rs
parent3db197aa9d343c7974b06a9b18ae5f78d5c64637 (diff)
downloadrust-75fe727b785b43c5f31601adc19233d2efb186f0.tar.gz
rust-75fe727b785b43c5f31601adc19233d2efb186f0.zip
Implement RFC #1725
cc #37955
Diffstat (limited to 'src/libcoretest/lib.rs')
-rw-r--r--src/libcoretest/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs
index b8c01e570f5..5b6686309a4 100644
--- a/src/libcoretest/lib.rs
+++ b/src/libcoretest/lib.rs
@@ -36,6 +36,7 @@
 #![feature(iter_min_by)]
 #![feature(ordering_chaining)]
 #![feature(result_unwrap_or_default)]
+#![feature(ptr_unaligned)]
 
 extern crate core;
 extern crate test;