Closed
Description
Currently, many Stacked Borrows retags are effectively read/write accesses for the aliasing model:
miri/src/stacked_borrows/mod.rs
Lines 508 to 511 in 9568d7e
However, the data race model never hears about them, which as @JakobDegen points out leads us to accept some code that we probably should not accept.