Uh oh!
There was an error while loading. Please reload this page.
resolve: Set correct parent and expansion for self declarations - #156353
Conversation
rustbot
commented
May 9, 2026
rustbot has assigned @dingxiangfei2009. Use Why was this reviewer chosen?The reviewer was selected based on:
|
petrochenkov
commented
May 9, 2026
r? @mu001999 |
petrochenkov
commented
May 9, 2026
I'll stable-nominate as well, because #146972 is on stable, but this certainly doesn't deserve a point release. |
mu001999
commented
May 9, 2026
@bors r+ rollup |
@petrochenkov am I understanding correctly that the backport nominations are largely to avoid the ICE? |
petrochenkov
commented
May 9, 2026
resolve: Set correct parent and expansion for `self` declarations Follow up to rust-lang#146972 and rust-lang#154313. The `parent` seems to not be used yet, it will ICE if used (rust-lang#156185 uses it). The `expn_id` is only relevant to macros 2.0, I won't bother coming up with a test.
Rollup of 5 pull requests Successful merges: - #156354 (Update example code of `std::array::from_fn`) - #156359 (use `cfg_select!` in integer `{to, from}_{le, be}`) - #156124 (Make stable hashing names consistent (part 2)) - #156235 (fix: Guard SizeSkeleton::compute against stack overflow) - #156353 (resolve: Set correct parent and expansion for `self` declarations)
Uh oh!
There was an error while loading. Please reload this page.
rustbot
commented
May 14, 2026
beta backport approved as per compiler team on Zulip. A backport PR will be authored by the release team at the end of the current development cycle. Backport labels are handled by them. |
rustbot
commented
May 14, 2026
stable backport declined as per compiler team on Zulip. |
Follow up to #146972 and #154313.
The
parentseems to not be used yet, it will ICE if used (#156185 uses it).The
expn_idis only relevant to macros 2.0, I won't bother coming up with a test.