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

make sure we catch UB in match place even with _ pattern #3150

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

RalfJung
Copy link
Member

Fixes #2360

@RalfJung
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

📌 Commit a76c85a has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

⌛ Testing commit a76c85a with merge e135f75...

bors added a commit that referenced this pull request Oct 30, 2023
make sure we catch UB in match place even with _ pattern

Fixes #2360
@RalfJung RalfJung force-pushed the undercore-match branch 2 times, most recently from b571972 to 28222ce Compare October 30, 2023 07:28
@RalfJung
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

📌 Commit 28222ce has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

⌛ Testing commit 28222ce with merge 5ceee2b...

bors added a commit that referenced this pull request Oct 30, 2023
make sure we catch UB in match place even with _ pattern

Fixes #2360
@RalfJung
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

📌 Commit a0de006 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

⌛ Testing commit a0de006 with merge ea641f8...

@bors
Copy link
Collaborator

bors commented Oct 30, 2023

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing ea641f8 to master...

1 similar comment
@bors
Copy link
Collaborator

bors commented Oct 30, 2023

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing ea641f8 to master...

@bors bors merged commit ea641f8 into rust-lang:master Oct 30, 2023
8 checks passed
@RalfJung RalfJung deleted the undercore-match branch October 30, 2023 10:15
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.

Miri misses UB in place expressions when there are "_" patterns
2 participants