Skip to content
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

Update rustc_pattern_analysis #16738

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Conversation

Nadrieril
Copy link
Member

This should fix #16656 but I can't check because we don't have a reproducer.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 2, 2024
@@ -88,7 +88,7 @@ ra-ap-rustc_lexer = { version = "0.35.0", default-features = false }
ra-ap-rustc_parse_format = { version = "0.35.0", default-features = false }
ra-ap-rustc_index = { version = "0.35.0", default-features = false }
ra-ap-rustc_abi = { version = "0.35.0", default-features = false }
ra-ap-rustc_pattern_analysis = { version = "0.37.0", default-features = false }
ra-ap-rustc_pattern_analysis = { version = "0.40.0", default-features = false }
Copy link
Member

@lnicola lnicola Mar 3, 2024

Choose a reason for hiding this comment

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

Suggested change
ra-ap-rustc_pattern_analysis = { version = "0.40.0", default-features = false }
ra-ap-rustc_pattern_analysis = { version = "0.41.0", default-features = false }

I don't think 0.40 actually includes your fix, and 0.41 will hopefully come out in a couple of hours.

We should probably bump that workflow to run earlier 😀.

Copy link
Member Author

Choose a reason for hiding this comment

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

I checked, it does include the fix :) It was published shortly after the fix landed, to my own surprise

Copy link
Member

Choose a reason for hiding this comment

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

Ah, sorry then. Still, can you bump it to the new version? It's out now.

Copy link
Member Author

Choose a reason for hiding this comment

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

Just saw that ^^ Yeah I'll bump next time it's useful

@lnicola
Copy link
Member

lnicola commented Mar 3, 2024

Eh, whatever. We can upgrade next time.

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 3, 2024

📌 Commit 7c6f7b2 has been approved by lnicola

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Mar 3, 2024

⌛ Testing commit 7c6f7b2 with merge 67f7557...

@bors
Copy link
Collaborator

bors commented Mar 3, 2024

☀️ Test successful - checks-actions
Approved by: lnicola
Pushing 67f7557 to master...

@bors bors merged commit 67f7557 into rust-lang:master Mar 3, 2024
11 checks passed
@Nadrieril Nadrieril deleted the update-pat-ana branch March 3, 2024 11:58
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.

thread 'Worker' panicked at ra-ap-rustc_pattern_analysis-0.37.0/src/constructor.rs:947:63
4 participants