about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2019-03-03 17:39:57 +0100
committergnzlbg <gonzalobg88@gmail.com>2019-03-19 13:58:47 +0100
commit4c38f1928ebb8b03e1fa4fb336025bfe0e77cde4 (patch)
tree2b6b01a9d5b751c98ab211641a1161a7b0d5ddaf
parent6dbb5f7104ac5ab0d8ac44becfa4c1169687ba1a (diff)
downloadrust-4c38f1928ebb8b03e1fa4fb336025bfe0e77cde4.tar.gz
rust-4c38f1928ebb8b03e1fa4fb336025bfe0e77cde4.zip
Allow the staged_api
-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;