mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
2b43980ef4
Add post-init hook for static memory for miri. Adds a post-initialization hook to treat memory initialized using the interpreter as if it was initialized in a static context. See: https://github.com/rust-lang/miri/pull/1644 & https://github.com/rust-lang/miri/issues/1643