Uh oh!
There was an error while loading. Please reload this page.
Allow using Range as an Iterator in const contexts. - #104100
Conversation
rustbot
commented
Nov 7, 2022
r? @scottmcm (rustbot has picked a reviewer for you, use r? to override) |
onestacked
commented
Nov 7, 2022
@rustbot label +T-libs-api -T-libs |
This comment has been minimized.
This comment has been minimized.
168afe6 to
c6daf89Compare
This comment has been minimized.
This comment has been minimized.
onestacked
commented
Nov 7, 2022
#104113 should fix the build failure |
bors
commented
Nov 8, 2022
☔ The latest upstream changes (presumably #104138) made this pull request unmergeable. Please resolve the merge conflicts. |
c6daf89 to
be4dfe6Comparebors
commented
Nov 10, 2022
☔ The latest upstream changes (presumably #104246) made this pull request unmergeable. Please resolve the merge conflicts. |
be4dfe6 to
6f6e9caComparebors
commented
Nov 13, 2022
☔ The latest upstream changes (presumably #104370) made this pull request unmergeable. Please resolve the merge conflicts. |
c46b110 to
835b21cCompare
This comment has been minimized.
This comment has been minimized.
835b21c to
7799ca0Compare
This comment has been minimized.
This comment has been minimized.
713266c to
50e63deComparebors
commented
Nov 19, 2022
☔ The latest upstream changes (presumably #102795) made this pull request unmergeable. Please resolve the merge conflicts. |
50e63de to
b277c30Compare
This comment has been minimized.
This comment has been minimized.
bors
commented
Dec 10, 2022
☔ The latest upstream changes (presumably #105512) made this pull request unmergeable. Please resolve the merge conflicts. |
Modulo the Handing off to @fee1-dead for the "do we want this in const eval" part (which probably is a rubber-stamp). |
Uh oh!
There was an error while loading. Please reload this page.
ca30cbd to
03b07a9Comparefee1-dead
commented
Mar 14, 2023
LGTM after fixing CI |
…heck, implement const Iterator and DoubleEndedIterator for Range.
03b07a9 to
8a9d6bfComparefee1-dead
commented
Mar 18, 2023
@bors r=the8472,fee1-dead |
bors
commented
Mar 18, 2023
Rollup of 10 pull requests Successful merges: - rust-lang#104100 (Allow using `Range` as an `Iterator` in const contexts. ) - rust-lang#105793 (Add note for mismatched types because of circular dependencies) - rust-lang#108798 (move default backtrace setting to sys) - rust-lang#108829 (Use Edition 2021 :pat in matches macro) - rust-lang#108973 (Beautify pin! docs) - rust-lang#109003 (Add `useless_anonymous_reexport` lint) - rust-lang#109022 (read_buf_exact: on error, all read bytes are appended to the buffer) - rust-lang#109212 (fix: don't suggest similar method when unstable) - rust-lang#109243 (The name of NativeLib will be presented) - rust-lang#109324 (Implement FixedSizeEncoding for UnusedGenericParams.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
[rust-lang/rust#104100][1] has implemented `std::ops::Range: const Iterator`, resolving `[tag:range_const_iterator]`. [1]: rust-lang/rust#104100
frewsxcv
commented
Mar 24, 2023
FYI this change broke the objc2 crate madsmtm/objc2#432 |
the8472
commented
Mar 25, 2023
You should open an issue for that, comments on merged PRs won't get much attention. |
…Mark-Simulacrum Revert rust-lang#104100, Allow using `Range` as an `Iterator` in const contexts. This fixesrust-lang#109632.
based on #102225 by @fee1-dead