Stabilize substr_range and subslice_range#141266
Conversation
|
r? libs-api (needs fcp) |
|
Nominating to discuss possible stabilization. Please see the report at #126769 (comment), and some followup discussion there about API and naming. @rustbot label +I-libs-api-nominated |
|
r? libs-api |
ecd3bb0 to
2c58efe
Compare
This comment has been minimized.
This comment has been minimized.
|
@the8472 The FCP has ended. This should be ready to merge AFAIK |
|
Error: Label finished-final-comment-period can only be set by Rust team members Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip. |
|
Last minute concern about the range types used #126769 (comment). |
|
☔ The latest upstream changes (presumably #150798) made this pull request unmergeable. Please resolve the merge conflicts. |
2c58efe to
0ab4250
Compare
…rk-Simulacrum Make `substr_range` and `subslice_range` return the new `Range` type Makes the unstable `substr_slice` and `substr_range` functions return the new `core::range::Range` type, instead of the old `core::ops::Range`. Unblocks the [stabilization](rust-lang#141266) of `#![feature(substr_range)]`, see rust-lang#141266 (comment)
Rollup merge of #154707 - nik-contrib:substr-new-range, r=Mark-Simulacrum Make `substr_range` and `subslice_range` return the new `Range` type Makes the unstable `substr_slice` and `substr_range` functions return the new `core::range::Range` type, instead of the old `core::ops::Range`. Unblocks the [stabilization](#141266) of `#![feature(substr_range)]`, see #141266 (comment)
This comment has been minimized.
This comment has been minimized.
|
Re-nominated for discussion #126769 (comment). @wr7 could you rebase? |
…crum Make `substr_range` and `subslice_range` return the new `Range` type Makes the unstable `substr_slice` and `substr_range` functions return the new `core::range::Range` type, instead of the old `core::ops::Range`. Unblocks the [stabilization](rust-lang/rust#141266) of `#![feature(substr_range)]`, see rust-lang/rust#141266 (comment)
0ab4250 to
a6eebbe
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
Rebased |
substr_range and related methodssubstr_range and subslice_range
Closes #126769
Stabilization Report
Finished FCP