Okay, I guess I have to give these a different feature name · patricklam/verify-rust-std@7e55abb (original) (raw)

`@@ -2016,7 +2016,7 @@ impl<K, V> Default for Range<'_, K, V> {

`

2016

2016

`}

`

2017

2017

`}

`

2018

2018

``

2019

``

`-

#[stable(feature = "default_iters", since = "CURRENT_RUSTC_VERSION")]

`

``

2019

`+

#[stable(feature = "default_iters_sequel", since = "CURRENT_RUSTC_VERSION")]

`

2020

2020

`impl<K, V> Default for RangeMut<'_, K, V> {

`

2021

2021

`` /// Creates an empty btree_map::RangeMut.

``

2022

2022

`///

`

`@@ -2064,7 +2064,7 @@ impl<K, V> ExactSizeIterator for ValuesMut<'_, K, V> {

`

2064

2064

`#[stable(feature = "fused", since = "1.26.0")]

`

2065

2065

`impl<K, V> FusedIterator for ValuesMut<'_, K, V> {}

`

2066

2066

``

2067

``

`-

#[stable(feature = "default_iters", since = "CURRENT_RUSTC_VERSION")]

`

``

2067

`+

#[stable(feature = "default_iters_sequel", since = "CURRENT_RUSTC_VERSION")]

`

2068

2068

`impl<K, V> Default for ValuesMut<'_, K, V> {

`

2069

2069

`` /// Creates an empty btree_map::ValuesMut.

``

2070

2070

`///

`