Uh oh!
There was an error while loading. Please reload this page.
fix buggy MaybeDangling<&T> validation logic - #161125
Conversation
rustbot
commented
Aug 15, 2026
44b1025 to
73d3b1cComparerustbot
commented
Aug 15, 2026
cc @rust-lang/miri |
RalfJung
commented
Aug 15, 2026
@WaffleLapkin or maybe you could take a look at this? |
saethlin
commented
Aug 15, 2026
Oh 🤦 @bors r+ |
RalfJung
commented
Aug 15, 2026
@bors p=1 |
RalfJung
commented
Aug 15, 2026
@bors rollup |
Uh oh!
There was an error while loading. Please reload this page.
Rollup merge of #161125 - RalfJung:MaybeDangling-validity, r=saethlin fix buggy MaybeDangling<&T> validation logic Fixes a critical regression in #160749. This is what caused the trouble in rust-lang/miri#5252. r? @oli-obk or @saethlin
Rollup merge of #161125 - RalfJung:MaybeDangling-validity, r=saethlin fix buggy MaybeDangling<&T> validation logic Fixes a critical regression in #160749. This is what caused the trouble in rust-lang/miri#5252. r? @oli-obk or @saethlin
…uwer Rollup of 2 pull requests Successful merges: - rust-lang/rust#161125 (fix buggy MaybeDangling<&T> validation logic) - rust-lang/rust#159971 (Add regression test for rust-lang/rust#159890)
theemathas
commented
Aug 17, 2026
Does this need a beta backport? @RalfJung |
RalfJung
commented
Aug 17, 2026
Has there been a beta cutoff between #160749 and this PR? |
WaffleLapkin
commented
Aug 17, 2026
Given that #160749 merged into 1.99, while this merged into 1.100, I would assume there indeed was a beta cutoff |
rustbot
commented
Aug 18, 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. |
[beta] bump stage0, plus backports - Bump stage0 to stable 1.98.0 - fix buggy MaybeDangling<&T> validation logic #161125 - resolving cyclic glob vis-max #161024 - Check for missing rustfmt in the stdarch intrinsic test step sooner #161641 - Uplift rustfmt macro formatting fix#161370 - Stop rustfmt deleting attributes in fn params #161709 r? me
[beta] bump stage0, plus backports - Bump stage0 to stable 1.98.0 - fix buggy MaybeDangling<&T> validation logic #161125 - resolving cyclic glob vis-max #161024 - Check for missing rustfmt in the stdarch intrinsic test step sooner #161641 - Uplift rustfmt macro formatting fix#161370 - Stop rustfmt deleting attributes in fn params #161709 - Bust sccache's cache #161384 r? me
[beta] bump stage0, plus backports - Bump stage0 to stable 1.98.0 - fix buggy MaybeDangling<&T> validation logic #161125 - resolving cyclic glob vis-max #161024 - Check for missing rustfmt in the stdarch intrinsic test step sooner #161641 - Uplift rustfmt macro formatting fix#161370 - Stop rustfmt deleting attributes in fn params #161709 - Bust sccache's cache #161384 r? me
[beta] bump stage0, plus backports - Bump stage0 to stable 1.98.0 - fix buggy MaybeDangling<&T> validation logic #161125 - resolving cyclic glob vis-max #161024 - Check for missing rustfmt in the stdarch intrinsic test step sooner #161641 - Uplift rustfmt macro formatting fix#161370 - Stop rustfmt deleting attributes in fn params #161709 - Bust sccache's cache #161384 r? me
[beta] bump stage0, plus backports - Bump stage0 to stable 1.98.0 - fix buggy MaybeDangling<&T> validation logic #161125 - resolving cyclic glob vis-max #161024 - Check for missing rustfmt in the stdarch intrinsic test step sooner #161641 - Uplift rustfmt macro formatting fix#161370 - Stop rustfmt deleting attributes in fn params #161709 - Bust sccache's cache #161384 r? me
Fixes a critical regression in #160749.
This is what caused the trouble in rust-lang/miri#5252.
r? @oli-obk or @saethlin