Skip to content

Commit 1323440

Browse files
update
1 parent 7786d80 commit 1323440

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

library/coretests/tests/lib.rs

-12
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,8 @@
1515
#![feature(cell_update)]
1616
#![feature(char_max_len)]
1717
#![feature(clone_to_uninit)]
18-
#![feature(const_align_offset)]
19-
#![feature(const_align_of_val_raw)]
20-
#![feature(const_black_box)]
21-
#![feature(const_caller_location)]
22-
#![feature(const_cell_into_inner)]
2318
#![feature(const_eval_select)]
2419
#![feature(const_hash)]
25-
#![feature(const_heap)]
26-
#![feature(const_intrinsic_copy)]
27-
#![feature(const_maybe_uninit_as_mut_ptr)]
28-
#![feature(const_nonnull_new)]
29-
#![feature(const_pointer_is_aligned)]
30-
#![feature(const_ptr_as_ref)]
31-
#![feature(const_ptr_write)]
3220
#![feature(const_swap_nonoverlapping)]
3321
#![feature(const_trait_impl)]
3422
#![feature(core_intrinsics)]

0 commit comments

Comments
 (0)