mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:07:56 +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`
For more information about how rustc works, see the rustc dev guide.