Uh oh!
There was an error while loading. Please reload this page.
Implement Option::take_if - #98935
Conversation
rustbot
commented
Jul 5, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Jul 5, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
f00d2ef to
49ae5d7CompareOption::retainkellerkindt
commented
Jul 7, 2022
Hey @Mark-Simulacrum, further input needed for the trait bounds. I copied them over from the |
Mark-Simulacrum
commented
Jul 14, 2022
Hi! Per the rustbot comment (#98935 (comment)), new APIs should be proposed as a T-libs-api API change proposal -- has one been filed for this? Can you link to it? With regards to the const bounds, my recommendation is to drop the const_unstable + const part of this function for now; the story around |
kellerkindt
commented
Jul 14, 2022
@rustbot label +T-libs-api -T-libs |
@Mark-Simulacrum Sorry, I only have a tracking issue linked. But there is an example why I think this change is useful. I also kinda hoped this change is small enough for I don't know if there are issues with EDIT: I added |
Mark-Simulacrum
commented
Jul 15, 2022
The tracking issue looks pretty good! However, typically our process is that we:
You definitely don't need to write a full RFC for this -- just needs that issue on the libs-team repo so that they can review and approve the change going in. |
kellerkindt
commented
Jul 16, 2022
Thanks for clarification :) |
JohnCSimon
commented
Oct 2, 2022
still waiting on ACP. |
JohnCSimon
commented
Nov 6, 2022
@kellerkindt I guess this this is still waiting on ACP? |
Yeah, there seems to be no movement? Or did I miss something to start the actual discussion? |
JohnCSimon
commented
Nov 27, 2022
I don't know, sorry. Maybe ask people on zulip - https://rust-lang.zulipchat.com/ |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5ab59b9 to
bcf5b9cCompare
This comment has been minimized.
This comment has been minimized.
kellerkindt
commented
Jul 31, 2023
@rustbot modify labels: -S-waiting-on-author +S-waiting-on-review |
Mark-Simulacrum
commented
Aug 6, 2023
@bors r+ rollup |
bors
commented
Aug 6, 2023
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#98935 (Implement `Option::take_if`) - rust-lang#114093 (Add regression test for `echo 'mod unknown;' | rustc -`) - rust-lang#114229 (Nest tests/codegen/sanitizer*.rs tests in sanitizer dir) - rust-lang#114230 (Nest other codegen test topics) - rust-lang#114362 (string.rs: remove "Basic usage" text) - rust-lang#114365 (str.rs: remove "Basic usage" text) - rust-lang#114382 (Add a new `compare_bytes` intrinsic instead of calling `memcmp` directly) - rust-lang#114549 (Style fix and refactor on resolve diagnostics) r? `@ghost` `@rustbot` modify labels: rollup
Tracking issue: #98934
ACP: rust-lang/libs-team#70 [accepted]