]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #95340 - RalfJung:pnvi, r=oli-obk
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Sun, 27 Mar 2022 03:36:10 +0000 (05:36 +0200)
committerGitHub <noreply@github.com>
Sun, 27 Mar 2022 03:36:10 +0000 (05:36 +0200)
commit178a09e672cf7186805287a6850de7d5aee7975a
tree5fd33867f4bc2d29cad6a7334338c7eb0f3375c6
parent979c8e885edfdac7f16c47a56d538dbb3018c4cb
parent3bbcf64fb33e701084c664d9b691ac3c1736bd14
Rollup merge of #95340 - RalfJung:pnvi, r=oli-obk

interpret: with enforce_number_validity, ensure integers are truly Scalar::Int (i.e., no pointers)

This is required for https://github.com/rust-lang/miri/pull/2040

r? ```@oli-obk```