Skip to content

add regression test for Redundant memory strores with mut parameters …#154841

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Kcang-gna:add-regression-test-issue-149762
Apr 6, 2026
Merged

add regression test for Redundant memory strores with mut parameters …#154841
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Kcang-gna:add-regression-test-issue-149762

Conversation

@Kcang-gna
Copy link
Copy Markdown
Contributor

@Kcang-gna Kcang-gna commented Apr 5, 2026

Fixes: #149762

r? compiler

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Apr 5, 2026
@rust-log-analyzer

This comment has been minimized.

@Kivooeo Kivooeo assigned Kivooeo and unassigned TaKO8Ki Apr 5, 2026
@Kcang-gna Kcang-gna force-pushed the add-regression-test-issue-149762 branch from 70fb4aa to 7db8c34 Compare April 5, 2026 08:39
@rust-log-analyzer

This comment has been minimized.

@Kcang-gna Kcang-gna force-pushed the add-regression-test-issue-149762 branch from 7db8c34 to 519a555 Compare April 5, 2026 11:45
@Kivooeo
Copy link
Copy Markdown
Member

Kivooeo commented Apr 5, 2026

@bors r+ rollup

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Apr 5, 2026

📌 Commit 519a555 has been approved by Kivooeo

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 5, 2026
@Kivooeo
Copy link
Copy Markdown
Member

Kivooeo commented Apr 6, 2026

@bors maybe

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Apr 6, 2026

Unknown command "maybe". Run @bors help to see available commands.

rust-bors bot pushed a commit that referenced this pull request Apr 6, 2026
Rollup of 4 pull requests

Successful merges:

 - #152853 (deny-by-default & report in deps `uninhabited_static`)
 - #153615 (fixed generics of crate node ICE)
 - #154744 (Remove `Clone` impl for `StableHashingContext`.)
 - #154841 (add regression test for Redundant memory strores with mut parameters …)
rust-timer added a commit that referenced this pull request Apr 6, 2026
Rollup merge of #154841 - Kcang-gna:add-regression-test-issue-149762, r=Kivooeo

add regression test for Redundant memory strores with mut parameters …

Fixs: #149762

r? compiler
@rust-bors rust-bors bot merged commit b96adb3 into rust-lang:main Apr 6, 2026
11 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Apr 6, 2026
github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Apr 7, 2026
Rollup of 4 pull requests

Successful merges:

 - rust-lang/rust#152853 (deny-by-default & report in deps `uninhabited_static`)
 - rust-lang/rust#153615 (fixed generics of crate node ICE)
 - rust-lang/rust#154744 (Remove `Clone` impl for `StableHashingContext`.)
 - rust-lang/rust#154841 (add regression test for Redundant memory strores with mut parameters …)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Redundant memory stores with mut parameters in by-value returns

5 participants