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 c1c60d2 commit a41bedbCopy full SHA for a41bedb
src/librustc_data_structures/lib.rs
@@ -23,7 +23,7 @@
23
#![feature(core_intrinsics)]
24
#![feature(integer_atomics)]
25
26
-#![cfg_attr(unix, feature(libc))]
+#![cfg_attr(unix, feature(libc, rustc_private))]
27
#![cfg_attr(test, feature(test))]
28
29
#![deny(rust_2018_idioms)]
src/libsyntax/lib.rs
@@ -19,6 +19,7 @@
19
#![feature(step_trait)]
20
#![feature(try_trait)]
21
#![feature(unicode_internals)]
22
+#![feature(rustc_private)]
#![recursion_limit="256"]
0 commit comments