Add new variant to iterating-updating-mutref borrowck test#159306
Merged
rust-bors[bot] merged 1 commit intoJul 23, 2026
Conversation
Member
|
r=me with a comment in the test on why it's a useful variant, and the warning fixed |
This comment has been minimized.
This comment has been minimized.
lqd
reviewed
Jul 14, 2026
rust-cloud-vms
Bot
force-pushed
the
iterating-updating-mutref-variant
branch
from
July 15, 2026 13:37
de19916 to
9d7c5f0
Compare
Member
Author
|
@bors r=lqd rollup |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Jul 22, 2026
…-variant, r=lqd Add new variant to iterating-updating-mutref borrowck test This is a useful variant to consider when porting to a-mir-formality. r? lqd
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Jul 22, 2026
…-variant, r=lqd Add new variant to iterating-updating-mutref borrowck test This is a useful variant to consider when porting to a-mir-formality. r? lqd
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Jul 22, 2026
…-variant, r=lqd Add new variant to iterating-updating-mutref borrowck test This is a useful variant to consider when porting to a-mir-formality. r? lqd
This was referenced Jul 22, 2026
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 23, 2026
Rollup of 8 pull requests Successful merges: - #159504 (Abort const-eval queries early when there are generics in the type) - #159523 (std: fix Xous UDP recv length over-report and OOB panic) - #159605 (Add fallback for `intrinsics::fabs`) - #159699 (bump std libc to 0.2.189) - #159306 (Add new variant to iterating-updating-mutref borrowck test) - #159346 (fs::hard_link: use linkat on Android) - #159513 (Consider `()` as suspicious only when expecting `!` for runtime symbols) - #159734 (Document the link_section attribute)
rust-timer
added a commit
that referenced
this pull request
Jul 23, 2026
Rollup merge of #159306 - jackh726:iterating-updating-mutref-variant, r=lqd Add new variant to iterating-updating-mutref borrowck test This is a useful variant to consider when porting to a-mir-formality. r? lqd
moabo3li
pushed a commit
to moabo3li/miri
that referenced
this pull request
Jul 23, 2026
Rollup of 8 pull requests Successful merges: - rust-lang/rust#159504 (Abort const-eval queries early when there are generics in the type) - rust-lang/rust#159523 (std: fix Xous UDP recv length over-report and OOB panic) - rust-lang/rust#159605 (Add fallback for `intrinsics::fabs`) - rust-lang/rust#159699 (bump std libc to 0.2.189) - rust-lang/rust#159306 (Add new variant to iterating-updating-mutref borrowck test) - rust-lang/rust#159346 (fs::hard_link: use linkat on Android) - rust-lang/rust#159513 (Consider `()` as suspicious only when expecting `!` for runtime symbols) - rust-lang/rust#159734 (Document the link_section attribute)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a useful variant to consider when porting to a-mir-formality.
r? lqd