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 c2da8b3 commit 2a4596aCopy full SHA for 2a4596a
src/librustc_data_structures/lib.rs
@@ -12,19 +12,16 @@
12
#![feature(generators)]
13
#![feature(generator_trait)]
14
#![feature(fn_traits)]
15
-#![feature(unsize)]
16
#![feature(specialization)]
17
#![feature(optin_builtin_traits)]
18
#![feature(nll)]
19
#![feature(allow_internal_unstable)]
20
#![feature(hash_raw_entry)]
21
#![feature(stmt_expr_attributes)]
22
#![feature(core_intrinsics)]
23
-#![feature(integer_atomics)]
24
#![feature(test)]
25
#![feature(associated_type_bounds)]
26
#![feature(thread_id_value)]
27
-#![cfg_attr(unix, feature(libc))]
28
#![allow(rustc::default_hash_types)]
29
30
#[macro_use]
0 commit comments