Skip to content

Conversation

profetia
Copy link
Contributor

@profetia profetia commented Aug 27, 2025

Closes #15575

changelog: [read_zero_byte_vec] fix wrong suggestions inside let stmt

@rustbot
Copy link
Collaborator

rustbot commented Aug 27, 2025

r? @blyxyas

rustbot has assigned @blyxyas.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Aug 27, 2025
Copy link
Member

@dswij dswij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix, definitely a much needed improvement.

View changes since this review

@dswij dswij added this pull request to the merge queue Sep 7, 2025
Merged via the queue into rust-lang:master with commit 2147bb9 Sep 7, 2025
11 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 7, 2025
@profetia profetia deleted the issue15575 branch September 12, 2025 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read-zero-byte-vec if we assign to a var, post suggestion turns the assignment into () bc of the .resize call
4 participants