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 #406, we disabled Miri's "symbolic alignment checking" feature, as it was causing problems (for a description of the issue, see rust-lang/miri#306). Miri added the ability to "promise" alignment in rust-lang/rust#117840, which may allow us to re-enable our use of symbolic alignment checking.
In #406, we disabled Miri's "symbolic alignment checking" feature, as it was causing problems (for a description of the issue, see rust-lang/miri#306). Miri added the ability to "promise" alignment in rust-lang/rust#117840, which may allow us to re-enable our use of symbolic alignment checking.
This appears to be the public API we'd use.
The text was updated successfully, but these errors were encountered: