-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for hash_map! macro #144032
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-needs-summaryStatus: It's hard to tell what's been done and what hasn't! Someone should do some investigation.Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-needs-summaryStatus: It's hard to tell what's been done and what hasn't! Someone should do some investigation.Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation.T-langRelevant to the language teamRelevant to the language teamT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
View all comments
Feature gate:
#![feature(hash_map_macro)]This is a tracking issue for rust-lang/libs-team#578
The
hash_map!macro is like thevec!macro but forHashMaps, it aims to help create hash_maps with set keys for functions that require dynamic key value pairs such as a templating engine asking to fill the templates with aHashMap.Public API
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)hash_mapmacro #144070hash_map!macro" #148049 due to regression: hashmap macro stuff #147971hash_map!macro #154322Unresolved Questions
=>,:was also proposed.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩