]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_trans/lib.rs
std: Stabilize/deprecate features for 1.4
[rust.git] / src / librustc_trans / lib.rs
index 23f21f337f30238c26b15c3bc163e48c0f81e819..a7fb3af138453ffa024b9b5eb2ad05d20425e340 100644 (file)
@@ -36,7 +36,6 @@
 #![feature(path_relative_from)]
 #![feature(path_relative_from)]
 #![feature(quote)]
-#![feature(rc_weak)]
 #![feature(rustc_diagnostic_macros)]
 #![feature(rustc_private)]
 #![feature(staged_api)]
@@ -53,6 +52,7 @@
 extern crate libc;
 extern crate rustc;
 extern crate rustc_back;
+extern crate rustc_front;
 extern crate rustc_llvm as llvm;
 extern crate rustc_platform_intrinsics as intrinsics;
 extern crate serialize;