]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/lib.rs
std: Split the `std_misc` feature
[rust.git] / src / librustc_trans / lib.rs
index 5ace77284953adf8cf44332464b12d8d2362c6e4..978fa4e745b9944e22f224a5d7a6e456de9a0546 100644 (file)
@@ -33,6 +33,7 @@
 #![feature(iter_sum)]
 #![feature(iter_unfold)]
 #![feature(libc)]
+#![feature(once_new)]
 #![feature(path_ext)]
 #![feature(path_ext)]
 #![feature(path_relative_from)]
@@ -42,7 +43,6 @@
 #![feature(rustc_diagnostic_macros)]
 #![feature(rustc_private)]
 #![feature(staged_api)]
-#![feature(std_misc)]
 #![feature(unicode)]
 #![feature(unicode)]
 #![feature(vec_push_all)]