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

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

20162016

}

20172017

}

201820182019-

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

2019+

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

20202020

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

20212021

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

20222022

///

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

20642064

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

20652065

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

206620662067-

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

2067+

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

20682068

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

20692069

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

20702070

///