We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5692af commit 4298c58Copy full SHA for 4298c58
library/std/src/macros.rs
@@ -413,6 +413,7 @@ macro_rules! dbg {
413
/// [`HashMap::insert`]: crate::collections::HashMap::insert
414
#[macro_export]
415
#[allow_internal_unstable(hint_must_use)]
416
+#[unstable(feature = "hash_map_macro", issue = "144032")]
417
#[rustc_diagnostic_item = "hash_map_macro"]
418
macro_rules! hash_map {
419
() => {{
0 commit comments