summaryrefslogtreecommitdiff
path: root/src/libtest
diff options
context:
space:
mode:
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 2fdc85d41ca..82e44ba4873 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -12,6 +12,7 @@
#![unstable(feature = "test", issue = "27812")]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
test(attr(deny(warnings))))]
+#![feature(staged_api)]
#![feature(test)]
extern crate libtest;