]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/lib.rs
Stabilize Pin
[rust.git] / src / liballoc / lib.rs
index ad6e594c884af9674c7311ffcd0200bac1fd79da..368e2cc00aae14c840b20019f64b28248b9df757 100644 (file)
 #![feature(nll)]
 #![feature(optin_builtin_traits)]
 #![feature(pattern)]
-#![feature(pin)]
 #![feature(ptr_internals)]
 #![feature(ptr_offset_from)]
 #![feature(rustc_attrs)]
+#![feature(receiver_trait)]
 #![feature(specialization)]
 #![feature(split_ascii_whitespace)]
 #![feature(staged_api)]
 #![feature(const_vec_new)]
 #![feature(slice_partition_dedup)]
 #![feature(maybe_uninit)]
+#![feature(alloc_layout_extra)]
 
 // Allow testing this library