]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_back/lib.rs
New upstream version 1.20.0+dfsg1
[rustc.git] / src / librustc_back / lib.rs
index 69eabfe2ac0bf70c176f02e5fb23b59e1817142b..c776f28ecd0ba68c619d6dc81491279f2b2164ac 100644 (file)
 #![feature(rand)]
 #![cfg_attr(test, feature(rand))]
 
-#![cfg_attr(stage0, unstable(feature = "rustc_private", issue = "27812"))]
-#![cfg_attr(stage0, feature(rustc_private))]
-#![cfg_attr(stage0, feature(staged_api))]
-
 extern crate syntax;
 extern crate libc;
 extern crate serialize;