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 1ea4810 commit f710bc5Copy full SHA for f710bc5
library/test/src/lib.rs
@@ -15,13 +15,10 @@
15
16
#![unstable(feature = "test", issue = "50297")]
17
#![doc(test(attr(deny(warnings))))]
18
-#![feature(libc)]
19
-#![feature(rustc_private)]
20
#![feature(nll)]
21
#![feature(available_parallelism)]
22
#![feature(bench_black_box)]
23
#![feature(internal_output_capture)]
24
-#![feature(panic_unwind)]
25
#![feature(staged_api)]
26
#![feature(termination_trait_lib)]
27
#![feature(test)]
0 commit comments