Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASES.md 1.55 wrong annonce for From<[(K, V); N]> for HashMap? #88693

Closed
a1ien opened this issue Sep 6, 2021 · 1 comment
Closed

RELEASES.md 1.55 wrong annonce for From<[(K, V); N]> for HashMap? #88693

a1ien opened this issue Sep 6, 2021 · 1 comment

Comments

@a1ien
Copy link

a1ien commented Sep 6, 2021

In RELEASES.md Stabilize impl From<[(K, V); N]> for HashMap

- [`collections::{BTreeMap, HashMap}` now implement `From<[(K, V); N]>`.][84111]

Place for release 1.55 but in code
#[stable(feature = "std_collections_from_array", since = "1.56.0")]

stabilize only in 1.56

@Mark-Simulacrum
Copy link
Member

Fixed by #88694

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants