From a0958048b6b31c3a2ac9242aac699791431955de Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Mon, 14 May 2018 03:22:52 +0300 Subject: Stabilize `use_extern_macros` --- src/libstd/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 60ad330bb9b..b0069f826ee 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -302,7 +302,7 @@ #![feature(unboxed_closures)] #![feature(untagged_unions)] #![feature(unwind_attributes)] -#![feature(use_extern_macros)] +#![cfg_attr(stage0, feature(use_extern_macros))] #![feature(doc_cfg)] #![feature(doc_masked)] #![feature(doc_spotlight)] -- cgit 1.4.1-3-g733a5