mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +00:00

interpret: support for per-byte provenance Also factors the provenance map into its own module. The third commit does the same for the init mask. I can move it in a separate PR if you prefer. Fixes https://github.com/rust-lang/miri/issues/2181 r? `@oli-obk`