1
Fork 0

Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, implement const Iterator and DoubleEndedIterator for Range."

This reverts commit 8a9d6bf4fd.
This commit is contained in:
Deadbeef 2023-03-28 00:00:58 +00:00
parent 131211acd2
commit 04a5d61161
9 changed files with 24 additions and 70 deletions

View file

@ -123,7 +123,6 @@
#![feature(const_index_range_slice_index)]
#![feature(const_inherent_unchecked_arith)]
#![feature(const_int_unchecked_arith)]
#![feature(const_intoiterator_identity)]
#![feature(const_intrinsic_forget)]
#![feature(const_ipv4)]
#![feature(const_ipv6)]