mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
64ad036307
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`