You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: