-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Constify RangeBounds
, RangeX::contains
and RangeX::is_empty
(where applicable).
#108084
Conversation
r? @cuviper (rustbot has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
@rustbot label -T-libs |
RangeBounds
, RangeX::contains
and RangeX::is_empty
.RangeBounds
, RangeX::contains
and RangeX::is_empty
(where applicable).
r? libs-api |
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.
Thanks!
@bors r+ |
Rollup of 6 pull requests Successful merges: - rust-lang#106372 (Use id-based thread parking on SOLID) - rust-lang#108050 (Fix index out of bounds ICE in `point_at_expr_source_of_inferred_type`) - rust-lang#108084 (Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty` (where applicable).) - rust-lang#108101 (don't clone types that are copy) - rust-lang#108102 (simplify some refs) - rust-lang#108103 (be nice and don't slice) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
cc @fee1-dead
@rustbot label +T-libs-api -T-libs
Tracking issue: #108082