Uh oh!
There was an error while loading. Please reload this page.
turn ManuallyDrop::new into a constant function - #50148
Conversation
sfackler
commented
Apr 21, 2018
@rfcbot fcp merge This seems reasonable to me but let's make sure everyone's on board since it's insta-stable. |
Team member @sfackler has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once a majority of reviewers approve (and none object), 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. |
SimonSapin
commented
Apr 22, 2018
This sounds fine, but don’t you need some other APIs to be |
japaric
commented
Apr 23, 2018
Yes,
Fixed capacity dynamic data structures (Vec, String, HashMap, etc) that you can put in |
What I had in mind is: it seems that This is a long way of saying: sounds good, never mind my previous comment :) |
aturon
commented
Apr 25, 2018
@bors: rollup |
rfcbot
commented
Apr 25, 2018
🔔 This is now entering its final comment period, as per the review above. 🔔 |
kennytm
commented
Apr 25, 2018
You could make this not insta-stable via |
oli-obk
commented
May 3, 2018
Ping @japaric |
rfcbot
commented
May 5, 2018
The final comment period, with a disposition to merge, as per the review above, is now complete. |
oli-obk
commented
May 7, 2018
@bors r+ |
bors
commented
May 7, 2018
|
bors
commented
May 7, 2018
📌 Commit b61a4c2 has been approved by |
turn `ManuallyDrop::new` into a constant function
Rollup of 11 pull requests Successful merges: - #49988 (Mention Result<!, E> in never docs.) - #50148 (turn `ManuallyDrop::new` into a constant function) - #50456 (Update the Cargo submodule) - #50460 (Make `String::new()` const) - #50464 (Remove some transmutes) - #50505 (Added regression function match value test) - #50511 (Add some explanations for #[must_use]) - #50525 (Optimize string handling in lit_token().) - #50527 (Cleanup a `use` in a raw_vec test) - #50539 (Add more logarithm constants) - #49523 (Update RELEASES.md for 1.26.0) Failed merges:
r? @sfackler