Skip to content

Reentrant RefCell issue with dyn* and Stacked Borrows #2779

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

Closed
RalfJung opened this issue Feb 6, 2023 · 1 comment
Closed

Reentrant RefCell issue with dyn* and Stacked Borrows #2779

RalfJung opened this issue Feb 6, 2023 · 1 comment

Comments

@RalfJung
Copy link
Member

RalfJung commented Feb 6, 2023

In rust-lang/rust#107728 I had to disable Stacked Borrows for the dyn-star test, because it leads to a RefCell being mutably borrowed twice somewhere inside Stacked Borrows. This needs further investigation.

@RalfJung
Copy link
Member Author

rust-lang/rust@10eae169071 fixes this. :)

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

No branches or pull requests

1 participant