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
Is the stacked borrows error: Undefined Behavior: trying to retag from <2907067> for SharedReadOnly permission at alloc355283[0x1], but that tag does not exist in the borrow stack for this location error described in more detail at icedland/iced#455 due to a bug in iced-x86?
The text was updated successfully, but these errors were encountered:
The fact that Stacked Borrows does not accommodate the &Header pattern is generally accepted as a problem with the model. There is an alternative model available in Miri via MIRIFLAGS=-Zmiri-tree-borrows which permits the &Header pattern but it is still somewhat under-construction, #3067 for example.
I would have more confidence in my code being well-behaved if it is accepted by Stacked Borrows. But if you can get Miri to execute more of your code by turning on Tree Borrows instead, that's a good practical option.
Is the stacked borrows
error: Undefined Behavior: trying to retag from <2907067> for SharedReadOnly permission at alloc355283[0x1], but that tag does not exist in the borrow stack for this location
error described in more detail at icedland/iced#455 due to a bug in iced-x86?The text was updated successfully, but these errors were encountered: