Conversation
This comment has been minimized.
This comment has been minimized.
|
Is this going to be on its own feature flag (which I think will require its own tracking issue)? Although it's a minor change, I would expect it's too late to include it in |
This comment has been minimized.
This comment has been minimized.
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@rustbot label +I-libs-api-nominated +needs-fcp Nominating for @rust-lang/libs-api since this is insta-stable as written. I don't think there would be much benefit to going through a const-unstable period here. |
|
@rfcbot fcp merge libs-api |
|
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. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
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. |
…uwer Rollup of 5 pull requests Successful merges: - #151886 (Skip unused_allocation lint when method takes &Box<Self>) - #150300 (Constify `fmt::from_fn`) - #151102 (Feature-gate `mut ref` patterns in struct pattern field shorthand) - #151866 (Reorganizing `tests/ui/issues` 10 tests [4/N] ) - #151890 (Re-export `hashbrown::hash_table` from `rustc_data_structures`)
Rollup merge of #150300 - EFanZh:patch-1, r=dtolnay,tgross35 Constify `fmt::from_fn` See <#117729 (comment)>.
See #117729 (comment).