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

test for Stacked Borrows error during vtable validation #2195

Merged
merged 4 commits into from
Jun 12, 2022

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Jun 5, 2022

@RalfJung RalfJung added the S-blocked-on-rust Status: Blocked on landing a Rust PR label Jun 5, 2022
@RalfJung
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 12, 2022

📌 Commit d9f8312 has been approved by RalfJung

bors added a commit that referenced this pull request Jun 12, 2022
test for Stacked Borrows error during vtable validation

Fixes #2123
Needs rust-lang/rust#97761
@bors
Copy link
Collaborator

bors commented Jun 12, 2022

⌛ Testing commit d9f8312 with merge 844ada8...

@bors
Copy link
Collaborator

bors commented Jun 12, 2022

💔 Test failed - checks-actions

@RalfJung
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Jun 12, 2022

📌 Commit 6ed05d9 has been approved by RalfJung

@bors
Copy link
Collaborator

bors commented Jun 12, 2022

⌛ Testing commit 6ed05d9 with merge 03a05ae...

@bors
Copy link
Collaborator

bors commented Jun 12, 2022

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

@bors bors merged commit 03a05ae into rust-lang:master Jun 12, 2022
@RalfJung RalfJung deleted the vtable-validation branch June 12, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-blocked-on-rust Status: Blocked on landing a Rust PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stacked Borrows error can appear during validation, causing an ICE
2 participants