From be7ebdd512e8b4de29c0e0cf5aabf486e988867b Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 6 Jun 2017 19:32:43 -0700 Subject: Bump version and stage0 compiler --- src/libproc_macro_plugin/lib.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/libproc_macro_plugin') diff --git a/src/libproc_macro_plugin/lib.rs b/src/libproc_macro_plugin/lib.rs index 68c5d495918..d1bc0966eb5 100644 --- a/src/libproc_macro_plugin/lib.rs +++ b/src/libproc_macro_plugin/lib.rs @@ -72,7 +72,6 @@ //! } //! ``` #![crate_name = "proc_macro_plugin"] -#![cfg_attr(stage0, unstable(feature = "rustc_private", issue = "27812"))] #![feature(plugin_registrar)] #![crate_type = "dylib"] #![crate_type = "rlib"] @@ -81,9 +80,7 @@ html_root_url = "https://doc.rust-lang.org/nightly/")] #![deny(warnings)] -#![cfg_attr(stage0, feature(staged_api))] #![feature(rustc_diagnostic_macros)] -#![cfg_attr(stage0, feature(rustc_private))] extern crate rustc_plugin; extern crate syntax; -- cgit 1.4.1-3-g733a5