Uh oh!
There was an error while loading. Please reload this page.
Implement TryFrom<&'_ mut [T]> for [T; N] - #91086
Conversation
rust-highfive
commented
Nov 20, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9afb451 to
b50245cComparerhysd
commented
Nov 20, 2021
I confirmed |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Joshua Nelson <github@jyn.dev>
Uh oh!
There was an error while loading. Please reload this page.
Mark-Simulacrum
commented
Nov 20, 2021
r? rust-lang/libs-api for the fcp |
dtolnay
commented
Nov 21, 2021
@rfcbot fcp merge |
Team member @dtolnay has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
Co-authored-by: Noah Lev <camelidcamel@gmail.com>
rhysd
commented
Dec 2, 2021
@jyn514 Would you review this PR again? I applied all suggestions and I believe it's ready for merge. |
jyn514
commented
Dec 2, 2021
@rhysd it needs to wait for the FCP to finish first (so at least one more T-libs member needs to approve, and them the final comment period lasts 10 days). |
rhysd
commented
Dec 2, 2021
@jyn514 I got it. I misunderstood that the approval needs to be done before finishing FCP. |
rfcbot
commented
Dec 2, 2021
🔔 This is now entering its final comment period, as per the review above. 🔔 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rfcbot
commented
Dec 12, 2021
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. This will be merged soon. |
m-ou-se
commented
Dec 12, 2021
@bors r+ |
bors
commented
Dec 12, 2021
📌 Commit 16711fe has been approved by |
…askrgr Rollup of 5 pull requests Successful merges: - rust-lang#91086 (Implement `TryFrom<&'_ mut [T]>` for `[T; N]`) - rust-lang#91091 (Stabilize `ControlFlow::{is_break, is_continue}`) - rust-lang#91749 (BTree: improve public descriptions and comments) - rust-lang#91819 (rustbot: Add autolabeling for `T-compiler`) - rust-lang#91824 (Make `(*mut T)::write_bytes` `const`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes#91085.