inclusive Ranges: change end to last#144765
Conversation
This comment has been minimized.
This comment has been minimized.
|
The above error isn't fixed by changing |
|
Can you try a rebase to poke CI? Thom is off rotation |
|
Come on rustbot, you've given me the last 5 rerolls |
|
pending the rebase to potentially get CI passing, @rustbot author |
|
Reminder, once the PR becomes ready for a review, use |
c4b07a1 to
d54b294
Compare
|
This PR was rebased onto a different master 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. |
This comment has been minimized.
This comment has been minimized.
|
The rebase doesn't seem to have changed anything. Let me know what else I can do to try to fix this. @rustbot ready |
|
Looks like there's a missed rename in There may be something else as well, but that's what's failing CI at the moment. |
d54b294 to
78e8046
Compare
This comment has been minimized.
This comment has been minimized.
|
To clarify the issue, the original failure occurs in stage1 -> stage2, when the compiler is using the new version of std with |
|
Ah, I didn't look at when it occurred. You'll need |
78e8046 to
03e8c39
Compare
This comment has been minimized.
This comment has been minimized.
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
|
Clippy context: I added |
|
@rustbot ready |
|
Nice work! cc @rust-lang/lang for the new lang items. I'm not waiting for approval of that as it seems self-explanatory given the presence of lang items for other "new range" types. @bors r+ |
…hpratt inclusive `Range`s: change `end` to `last` Tracking issue: rust-lang#125687 ACP: rust-lang/libs-team#511
Rollup of 6 pull requests Successful merges: - #144765 (inclusive `Range`s: change `end` to `last`) - #145177 (std: move `thread` into `sys`) - #146178 (Implement `#[rustc_align_static(N)]` on `static`s) - #146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits) - #146378 (Update wasm-component-ld to 0.5.17) - #146391 (Trim paths less in MIR dumping) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 5 pull requests Successful merges: - #144765 (inclusive `Range`s: change `end` to `last`) - #146178 (Implement `#[rustc_align_static(N)]` on `static`s) - #146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits) - #146378 (Update wasm-component-ld to 0.5.17) - #146391 (Trim paths less in MIR dumping) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 5 pull requests Successful merges: - #144765 (inclusive `Range`s: change `end` to `last`) - #146178 (Implement `#[rustc_align_static(N)]` on `static`s) - #146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits) - #146378 (Update wasm-component-ld to 0.5.17) - #146391 (Trim paths less in MIR dumping) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #144765 - Qelxiros:range-inclusive-last, r=jhpratt inclusive `Range`s: change `end` to `last` Tracking issue: #125687 ACP: rust-lang/libs-team#511
So long as it's just a lang-item for "the compiler needs to mention it" (rather than giving it special behaviour), then agreed no lang approval needed. I assume here it's for expanding |
Rollup of 5 pull requests Successful merges: - rust-lang/rust#144765 (inclusive `Range`s: change `end` to `last`) - rust-lang/rust#146178 (Implement `#[rustc_align_static(N)]` on `static`s) - rust-lang/rust#146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits) - rust-lang/rust#146378 (Update wasm-component-ld to 0.5.17) - rust-lang/rust#146391 (Trim paths less in MIR dumping) r? `@ghost` `@rustbot` modify labels: rollup
|
|
…hpratt inclusive `Range`s: change `end` to `last` Tracking issue: rust-lang#125687 ACP: rust-lang/libs-team#511
…hpratt inclusive `Range`s: change `end` to `last` Tracking issue: rust-lang#125687 ACP: rust-lang/libs-team#511
…hpratt inclusive `Range`s: change `end` to `last` Tracking issue: rust-lang#125687 ACP: rust-lang/libs-team#511
Rollup of 5 pull requests Successful merges: - rust-lang/rust#144765 (inclusive `Range`s: change `end` to `last`) - rust-lang/rust#146178 (Implement `#[rustc_align_static(N)]` on `static`s) - rust-lang/rust#146368 (CI: rfl: move job forward to Linux v6.17-rc5 to remove temporary commits) - rust-lang/rust#146378 (Update wasm-component-ld to 0.5.17) - rust-lang/rust#146391 (Trim paths less in MIR dumping) r? `@ghost` `@rustbot` modify labels: rollup
|
Since |
No, because |
|
Could we rename |
View all comments
Tracking issue: #125687
ACP: rust-lang/libs-team#511