mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
718d53b0cb
miri: better ptr-out-of-bounds errors For offsets larger than `isize::MAX`, display them as negative offsets. r? `@oli-obk`