Skip to content

Commit f3a3141

Browse files
gnzlbgcrlf0710
authored andcommitted
Add rustc_private feature to the test crate
1 parent bf7b981 commit f3a3141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtest/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#![unstable(feature = "test", issue = "27812")]
2323
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/", test(attr(deny(warnings))))]
2424
#![feature(asm)]
25-
#![cfg_attr(any(unix, target_os = "cloudabi"), feature(libc, rustc_private))]
25+
#![feature(libc, rustc_private)]
2626
#![feature(nll)]
2727
#![feature(set_stdio)]
2828
#![feature(panic_unwind)]

0 commit comments

Comments
 (0)