diff options
| author | bors <bors@rust-lang.org> | 2018-08-17 19:10:34 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-08-17 19:10:34 +0000 |
| commit | c8c587fe4ea43afb1c3cf9fe008101f09003ccd1 (patch) | |
| tree | 3ac680db941a34ceb9e74527b39887f3c36d0751 /src/libstd/lib.rs | |
| parent | de21ea8ff536430885d50e882026953c2f0684d4 (diff) | |
| parent | 674a5db1a50e25dd60a8ee6669edee9a366c9fab (diff) | |
| download | rust-c8c587fe4ea43afb1c3cf9fe008101f09003ccd1.tar.gz rust-c8c587fe4ea43afb1c3cf9fe008101f09003ccd1.zip | |
Auto merge of #50911 - petrochenkov:macuse, r=alexcrichton
Stabilize `use_extern_macros` Closes https://github.com/rust-lang/rust/issues/35896
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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)] |
