Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:undercore-match
Oct 30, 2023
Merged

make sure we catch UB in match place even with _ pattern#3150
bors merged 1 commit into
rust-lang:masterfrom
RalfJung:undercore-match

Conversation

@RalfJung

Copy link
Copy Markdown
Member

Fixes #2360

@RalfJung

Copy link
Copy Markdown
Member Author

@bors r+

@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

📌 Commit a76c85a has been approved by RalfJung

It is now in the queue for this repository.

@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

⌛ 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
Copy Markdown
Member Author

@bors r+

@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

📌 Commit 28222ce has been approved by RalfJung

It is now in the queue for this repository.

@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

⌛ 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
Copy Markdown
Member Author

@bors r+

@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

📌 Commit a0de006 has been approved by RalfJung

It is now in the queue for this repository.

@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

⌛ Testing commit a0de006 with merge ea641f8...

@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

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

1 similar comment
@bors

bors commented Oct 30, 2023

Copy link
Copy Markdown
Contributor

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

@bors bors merged commit ea641f8 into rust-lang:master Oct 30, 2023
@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