1
Fork 0

Stabilize use_extern_macros

This commit is contained in:
Vadim Petrochenkov 2018-05-14 03:22:52 +03:00
parent f34933ba0a
commit a0958048b6
82 changed files with 85 additions and 436 deletions

View file

@ -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)]