about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-17 01:46:36 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-17 01:52:34 +0530
commit0129002d3afa2edb2dad4f2b4f615e73c60c68cc (patch)
tree102b93f70242a0e7f15e6d75f072b54ea6f23f3c /src/libcore
parent1fffdafe41a98df58521cccf81f952bde4f08092 (diff)
downloadrust-0129002d3afa2edb2dad4f2b4f615e73c60c68cc.tar.gz
rust-0129002d3afa2edb2dad4f2b4f615e73c60c68cc.zip
Add gating for rustc_* attrs
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 7243bd4f0cb..f1808bc1fb5 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -67,6 +67,7 @@
 #![feature(simd, unsafe_destructor)]
 #![feature(staged_api)]
 #![feature(unboxed_closures)]
+#![feature(rustc_attrs)]
 
 #[macro_use]
 mod macros;