Skip to content

Fix ICE in manual_map lint #14326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2025
Merged

Fix ICE in manual_map lint #14326

merged 1 commit into from
Feb 28, 2025

Conversation

flip1995
Copy link
Member

@flip1995 flip1995 commented Feb 28, 2025

node_args doesn't work with struct literals and expr_ty must be used instead

r? @y21

changelog: none

(No changelog, as this ICE didn't make it to the Rust repo, as it was caught during the sync)

Fixes #14325

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Feb 28, 2025
node_args doesn't work with struct literals and expr_ty must be used instead
@flip1995
Copy link
Member Author

(force push to fix a typo in the comment)

@y21 y21 enabled auto-merge February 28, 2025 20:17
@y21 y21 added this pull request to the merge queue Feb 28, 2025
Merged via the queue into rust-lang:master with commit 6f66a60 Feb 28, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ICE: region parameter 'a/#0 out of range when instantiating args
3 participants