]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 7 Feb 2023 16:57:18 +0000 (17:57 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 16:57:18 +0000 (17:57 +0100)
commitd044c1bde49f11f4a19bd9046786986c11935b22
tree1b1a065ae6cd37b806a3077b7696d71ffba5c39c
parent505d05d3f753dc16720fb4bc94d68c64e892954b
parent2900ba15b3f2b17808b32af050c85f86ca98c136
Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk

miri: fix ICE when running out of address space

Fixes https://github.com/rust-lang/miri/issues/2769
r? `@oli-obk`

I didn't add a test since that requires https://github.com/oli-obk/ui_test/issues/38 (host must be 64bit and target 32bit). Also the test takes ~30s, so I am not sure if we want to have it in the test suite?
compiler/rustc_const_eval/src/interpret/place.rs