Uh oh!
There was an error while loading. Please reload this page.
Implement range support in //@ edition - #146166
Conversation
This comment has been minimized.
This comment has been minimized.
a19047a to
714f2caComparefmease
commented
Sep 3, 2025
r? fmease |
rustbot
commented
Sep 3, 2025
Some changes occurred in src/tools/compiletest cc @jieyouxu |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
pvdrz
commented
Sep 5, 2025
@jieyouxu this is ready for another review I think 🎉 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| RangeFrom(Edition), | ||
| /// Half-open range: `[lower_bound, upper_bound)` | ||
| Range { | ||
| lower_bound: Edition, | ||
| upper_bound: Edition, | ||
| }, |
There was a problem hiding this comment.
These could trivially be collapsed into Range { lower: Edition, upper: Option<Edition> } + using e.g., .map_or(true, inside edition_to_test but if you both find the current version more legible, I'm okay with it and won't block it.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Thanks!
Once https://github.com/rust-lang/rust/pull/146166/files#r2356501671 is addressed (unless it's too painful), this looks good to go to me :)
Ofc, I'll be waiting for Jieyou Xu's final ACK. Then r=fmease,jieyouxu (maybe after squash, idc)
3dcbda0 to
6631c8eComparerustbot
commented
Oct 2, 2025
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. |
fmease
commented
Oct 2, 2025
@bors r=fmease,jieyouxu |
bors
commented
Oct 2, 2025
bors
commented
Oct 2, 2025
Implement range support in `//@ edition` First step to solve #145364
bors
commented
Oct 2, 2025
💔 Test failed - checks-actions |
Looking at the rich GHA logs of the failed job I see an abrupt end at line 10655 simply containing I tried to view the raw logs but that failed with Failed to generate URL to download logs.; I tried to download log archive but the download failed after several MBs transmitted. This gotta be spurious! @bors retry |
Rollup of 6 pull requests Successful merges: - #141839 (make rust-analyzer use a dedicated build directory) - #146166 (Implement range support in `//@ edition`) - #147259 (cg_llvm: Use helper methods for all calls to `LLVMMDNodeInContext2`) - #147263 (Disable triagebot auto stable-regression compiler backport nominations pending redesign) - #147268 (add arm-maintainers to various targets) - #147270 (Move doc_cfg-specific code into `cfg.rs`) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
Zalathar
commented
Oct 3, 2025
Bors hasn't noticed that this was merged. @bors r- |
Rollup of 6 pull requests Successful merges: - rust-lang/rust#141839 (make rust-analyzer use a dedicated build directory) - rust-lang/rust#146166 (Implement range support in `//@ edition`) - rust-lang/rust#147259 (cg_llvm: Use helper methods for all calls to `LLVMMDNodeInContext2`) - rust-lang/rust#147263 (Disable triagebot auto stable-regression compiler backport nominations pending redesign) - rust-lang/rust#147268 (add arm-maintainers to various targets) - rust-lang/rust#147270 (Move doc_cfg-specific code into `cfg.rs`) r? `@ghost` `@rustbot` modify labels: rollup
First step to solve #145364