]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-se
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 12 Dec 2021 23:20:06 +0000 (00:20 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Dec 2021 23:20:06 +0000 (00:20 +0100)
commit42f8d4833f21030fa3dff509a2559dfcb5d5ed72
tree7411b533a153c8dd227a934da58dece33941298e
parent6bda5b331cfe7e04e1fe348c58a928fc2b650f4f
parent16711fe0768d9df5daf73a2025913984ea17f8eb
Rollup merge of #91086 - rhysd:issue-91085, r=m-ou-se

Implement `TryFrom<&'_ mut [T]>` for `[T; N]`

Fixes #91085.
library/core/src/array/mod.rs
library/core/tests/array.rs