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 bf7b981 commit f3a3141Copy full SHA for f3a3141
src/libtest/lib.rs
@@ -22,7 +22,7 @@
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
-#![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc, rustc_private))]
+#![feature(libc, rustc_private)]
26
#![feature(nll)]
27
#![feature(set_stdio)]
28
#![feature(panic_unwind)]
0 commit comments