Add tracking issue for map_try_insert.

This commit is contained in:
Mara Bos
2021-03-04 16:54:28 +01:00
parent 1aedb4c3a3
commit eddd4f0501
4 changed files with 10 additions and 10 deletions

View File

@@ -470,7 +470,7 @@ impl Error for char::DecodeUtf16Error {
}
}
#[unstable(feature = "map_try_insert", issue = "none")]
#[unstable(feature = "map_try_insert", issue = "82766")]
impl<'a, K: Debug + Ord, V: Debug> Error
for crate::collections::btree_map::OccupiedError<'a, K, V>
{
@@ -480,7 +480,7 @@ impl<'a, K: Debug + Ord, V: Debug> Error
}
}
#[unstable(feature = "map_try_insert", issue = "none")]
#[unstable(feature = "map_try_insert", issue = "82766")]
impl<'a, K: Debug, V: Debug> Error for crate::collections::hash_map::OccupiedError<'a, K, V> {
#[allow(deprecated)]
fn description(&self) -> &str {