Skip to content

Commit 4298c58

Browse files
committed
fix: hash_map macro annotations
1 parent b5692af commit 4298c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ macro_rules! dbg {
413413
/// [`HashMap::insert`]: crate::collections::HashMap::insert
414414
#[macro_export]
415415
#[allow_internal_unstable(hint_must_use)]
416+
#[unstable(feature = "hash_map_macro", issue = "144032")]
416417
#[rustc_diagnostic_item = "hash_map_macro"]
417418
macro_rules! hash_map {
418419
() => {{

0 commit comments

Comments
 (0)