mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 21:10:36 +00:00
Miri: fix error on dangling pointer inbounds offset We used to claim that the pointer was "dereferenced", but that is just not true. Can be reviewed commit-by-commit. The first commit is an unrelated rename that didn't seem worth splitting into its own PR. r? `@oli-obk`