We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbb5f7 commit 4c38f19Copy full SHA for 4c38f19
src/libtest/lib.rs
@@ -12,6 +12,7 @@
12
#![unstable(feature = "test", issue = "27812")]
13
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/",
14
test(attr(deny(warnings))))]
15
+#![feature(staged_api)]
16
#![feature(test)]
17
18
extern crate libtest;
0 commit comments