-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Stabilize is_none_or
#129086
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 is_none_or
#129086
Conversation
The Miri subtree was changed cc @rust-lang/miri rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that r-a still has to build on 1.80 and maybe a couple of older versions, so we can't start using is_none_or
right now.
Right, I removed the changes on r-a. |
This comment has been minimized.
This comment has been minimized.
I guess you'll need to change https://github.com/lnicola/rust-analyzer/blob/e37df4cd240d1bebbd61a0d2b5468ae7719a08c0/crates/hir-ty/src/display.rs#L1465 to |
Yeah, we should force it to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@bors r+ |
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#128990 (Re-enable more debuginfo tests on freebsd) - rust-lang#129042 (Special-case alias ty during the delayed bug emission in `try_from_lit`) - rust-lang#129086 (Stabilize `is_none_or`) - rust-lang#129149 (Migrate `validate_json.py` script to rust in `run-make/rustdoc-map-file` test) - rust-lang#129154 (Fix wrong source location for some incorrect macro definitions) - rust-lang#129161 (Stabilize std::thread::Builder::spawn_unchecked) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#129086 - slanterns:is_none_or, r=dtolnay Stabilize `is_none_or` Closes: rust-lang#126383. `@rustbot` label: +T-libs-api r? libs-api
This is already merged but still shows up in the bors queue? |
Closes: #126383.
@rustbot label: +T-libs-api
r? libs-api