-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize Option::xor #60376
Stabilize Option::xor #60376
Conversation
r? @aidanhs (rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Error: Label relnotes can only be set by Rust team members Please let |
FCP completed but @Amanieu and @withoutboats expressed doubts so I'm going to r? @Amanieu for final approval. |
Are there any updates from libs team? |
Hi, is there any update yet? |
Would love to see this stabilized. I do think it brings clarity and ergonomics to the "I have several incompatible options, select one of them but only if that's the only one given"-usecase. I've hit that before when working on proc macro implementations. |
If I understand correctly, |
@taiki-e Yeah that's true; In my cases I only had two options. |
c72a5d4
to
da56758
Compare
@Amanieu Does the lib team have any updates? |
da56758
to
1fa50b3
Compare
Spamming ping @Amanieu . |
Per FCP: @bors r+ |
📌 Commit 1fa50b3 has been approved by |
@bors rollup |
…nSapin Stabilize Option::xor FCP done in rust-lang#50512 (comment) . Closes rust-lang#50512 .
…nSapin Stabilize Option::xor FCP done in rust-lang#50512 (comment) . Closes rust-lang#50512 .
Rollup of 9 pull requests Successful merges: - #60376 (Stabilize Option::xor) - #61398 (Stabilize copy_within) - #61629 (Hygienize macros in the standard library) - #61675 (Include frame pointer for bare metal RISC-V targets) - #61750 (Fix x.py install) - #61761 (Add an alias for x86_64-sun-solaris target tuple) - #61762 (rustbuild: fix libtest_stamp) - #61763 (ci: fix ci stats upload condition) - #61776 (Fix typos in error_codes) Failed merges: r? @ghost
FCP done in #50512 (comment) .
Closes #50512 .