Add gating for rustc_* attrs
This commit is contained in:
parent
1fffdafe41
commit
0129002d3a
2 changed files with 31 additions and 13 deletions
|
|
@ -67,6 +67,7 @@
|
|||
#![feature(simd, unsafe_destructor)]
|
||||
#![feature(staged_api)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
#[macro_use]
|
||||
mod macros;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue