X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_trans%2Flib.rs;h=a7fb3af138453ffa024b9b5eb2ad05d20425e340;hb=f0b1326dc79e186f89b65336ae85f3a8ac6db4c1;hp=6d91ae6fed639fc1284a54e48d01b5e86d78e7b5;hpb=2972b771344f5f16df0468d792df178614740b56;p=rust.git diff --git a/src/librustc_trans/lib.rs b/src/librustc_trans/lib.rs index 6d91ae6fed6..a7fb3af1384 100644 --- a/src/librustc_trans/lib.rs +++ b/src/librustc_trans/lib.rs @@ -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,7 +52,9 @@ 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; #[macro_use] extern crate log;