]> git.lizzy.rs Git - rust.git/blobdiff - src/libcollections/tests/lib.rs
Add test for vecs with overaligned data
[rust.git] / src / libcollections / tests / lib.rs
index cda8c6d59987efc42e652802aaa7f82e1f9ceee7..66918e0f5f8ae5bbfadb631837388092e8fcc51b 100644 (file)
@@ -10,6 +10,7 @@
 
 #![deny(warnings)]
 
+#![feature(attr_literals)]
 #![feature(box_syntax)]
 #![feature(inclusive_range_syntax)]
 #![feature(collection_placement)]
@@ -19,6 +20,8 @@
 #![feature(pattern)]
 #![feature(placement_in_syntax)]
 #![feature(rand)]
+#![feature(repr_align)]
+#![feature(slice_rotate)]
 #![feature(splice)]
 #![feature(step_by)]
 #![feature(str_escape)]