We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1f1a6 commit cf9d667Copy full SHA for cf9d667
src/libcore/tests/lib.rs
@@ -26,7 +26,6 @@
26
#![feature(test)]
27
#![feature(trusted_len)]
28
#![feature(try_trait)]
29
-#![feature(align_offset)]
30
#![feature(reverse_bits)]
31
#![feature(inner_deref)]
32
#![feature(slice_internals)]
src/libstd/lib.rs
@@ -227,7 +227,6 @@
227
// std is implemented with unstable features, many of which are internal
228
// compiler details that will never be stable
229
// NB: the following list is sorted to minimize merge conflicts.
230
231
#![feature(alloc_error_handler)]
232
#![feature(alloc_layout_extra)]
233
#![feature(allocator_api)]
0 commit comments