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 f061267 commit 6a26b80Copy full SHA for 6a26b80
src/libtest/lib.rs
@@ -22,7 +22,8 @@
22
#![unstable(feature = "test", issue = "27812")]
23
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
24
#![feature(asm)]
25
-#![feature(libc, rustc_private)]
+#![feature(libc)]
26
+#![feature(rustc_private)]
27
#![feature(nll)]
28
#![feature(set_stdio)]
29
#![feature(panic_unwind)]
0 commit comments