about summary refs log tree commit diff
path: root/src/libtest
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2015-01-21 18:21:14 -0800
committerBrian Anderson <banderson@mozilla.com>2015-01-22 13:47:56 -0800
commitd3c0bb416e78cb878182dc6f4fd4a09922db87c1 (patch)
tree4674a6520229b74dfcffc2b41da2b1ee1e248447 /src/libtest
parent2b879a08b503f3ea45e7206c6bcd47d966603598 (diff)
downloadrust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.tar.gz
rust-d3c0bb416e78cb878182dc6f4fd4a09922db87c1.zip
Put #[staged_api] behind the 'staged_api' gate
Diffstat (limited to 'src/libtest')
-rw-r--r--src/libtest/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index 68949d56256..3749d17e2db 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -25,6 +25,7 @@
 
 #![crate_name = "test"]
 #![unstable(feature = "unnamed_feature")]
+#![feature(staged_api)]
 #![staged_api]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]