Skip to content

Conversation

@ChayimFriedman2
Copy link
Contributor

Mostly because it created unknown types in analysis-stats and that pissed me. It took me a long time to realize the root cause.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 5, 2025
// FIXME: There should be no "unused variable" here, and there should be a mutability error,
// but our MIR infra is horribly broken and due to the order in which expressions are lowered
// there is no `StorageLive` for `x` in the closure (in fact, `x` should not even be a variable
// of the closure, the environment should be, but as I said, our MIR infra is horribly broken).
Copy link
Member

Choose a reason for hiding this comment

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

😢

@ShoyuVanilla ShoyuVanilla added this pull request to the merge queue Dec 8, 2025
Merged via the queue into rust-lang:master with commit 25278ad Dec 8, 2025
28 of 30 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 8, 2025
@ChayimFriedman2 ChayimFriedman2 deleted the stale-expr branch December 8, 2025 19:57
@ChayimFriedman2
Copy link
Contributor Author

Nice, this cut unknown types almost in half.

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.

3 participants