Skip to content

Implement pattern mismatch diagnostics (but keep them disabled) #14222

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 4 commits into from
Mar 3, 2023

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Feb 28, 2023

No description provided.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 28, 2023
@Veykril Veykril marked this pull request as ready for review March 3, 2023 09:41
@Veykril Veykril force-pushed the pat-mismatch-diags branch from f156982 to 44e2c6e Compare March 3, 2023 09:42
@Veykril
Copy link
Member Author

Veykril commented Mar 3, 2023

@bors r+

@bors
Copy link
Contributor

bors commented Mar 3, 2023

📌 Commit 522823f has been approved by Veykril

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Mar 3, 2023

⌛ Testing commit 522823f with merge c229a83...

@bors
Copy link
Contributor

bors commented Mar 3, 2023

☀️ Test successful - checks-actions
Approved by: Veykril
Pushing c229a83 to master...

@bors bors merged commit c229a83 into rust-lang:master Mar 3, 2023
@Veykril
Copy link
Member Author

Veykril commented Mar 3, 2023

Turns out we record the mismatches without showing them in the metrics, will disable the diagnostic for this for the time being in a bit as this creates a lot of diagnostics. Our pattern inference seems to differ quite a bit from rustc's

@Veykril Veykril deleted the pat-mismatch-diags branch March 3, 2023 20:15
bors added a commit that referenced this pull request Mar 3, 2023
Disable pattern type mismatches again

We have too many false mismatches at the moment for these to be enabled
cc #14222
@Veykril Veykril changed the title Show pattern mismatch diagnostics Implement pattern mismatch diagnostics (but keep them disabled) Mar 3, 2023
bors added a commit that referenced this pull request Mar 3, 2023
Disable pattern type mismatches again

We have too many false mismatches at the moment for these to be enabled
cc #14222
bors added a commit that referenced this pull request Mar 3, 2023
Disable pattern type mismatches again

We have too many false mismatches at the moment for these to be enabled
cc #14222
bors added a commit that referenced this pull request Mar 3, 2023
Disable pattern type mismatches again

We have too many false mismatches at the moment for these to be enabled
cc #14222
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.

3 participants