From 045f8f69293fae924ee4998439ec0e34f98320be Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 1 Jan 2017 16:14:35 -0800 Subject: rustc: Stabilize the `proc_macro` feature This commit stabilizes the `proc_macro` and `proc_macro_lib` features in the compiler to stabilize the "Macros 1.1" feature of the language. Many more details can be found on the tracking issue, #35900. Closes #35900 --- src/test/rustdoc/rustc-macro-crate.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/rustdoc') diff --git a/src/test/rustdoc/rustc-macro-crate.rs b/src/test/rustdoc/rustc-macro-crate.rs index fe80a909550..dc28732b55e 100644 --- a/src/test/rustdoc/rustc-macro-crate.rs +++ b/src/test/rustdoc/rustc-macro-crate.rs @@ -10,8 +10,6 @@ // no-prefer-dynamic -#![feature(proc_macro)] -#![feature(proc_macro_lib)] #![crate_type = "proc-macro"] extern crate proc_macro; -- cgit 1.4.1-3-g733a5