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 2bf9fbc commit 8aa049eCopy full SHA for 8aa049e
src/libcore/lib.rs
@@ -103,7 +103,6 @@
103
#![feature(untagged_unions)]
104
#![feature(unwind_attributes)]
105
#![feature(doc_alias)]
106
-#![feature(inner_deref)]
107
108
#![cfg_attr(not(stage0), feature(mmx_target_feature))]
109
#![cfg_attr(not(stage0), feature(tbm_target_feature))]
src/libcore/tests/lib.rs
@@ -46,6 +46,7 @@
46
#![feature(reverse_bits)]
47
#![feature(inclusive_range_fields)]
48
#![feature(iterator_find_map)]
49
+#![feature(inner_deref)]
50
51
extern crate core;
52
extern crate test;
0 commit comments