]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Sat, 9 Jul 2022 05:58:05 +0000 (11:28 +0530)
committerGitHub <noreply@github.com>
Sat, 9 Jul 2022 05:58:05 +0000 (11:28 +0530)
commita6c6166d7be30e38ee7e42370e14899c9e061f66
treeabce1076f9c3589d010e0f080d31dd50f161c00c
parent5e6812b5977bfd8c7f1643b29392e554ce46e58d
parentcf9186ec69ecdc138ab692c36b0c2509a72d0b4f
Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk

fix ICE in ConstProp

Fixes https://github.com/rust-lang/rust/issues/96169
compiler/rustc_const_eval/src/interpret/machine.rs
compiler/rustc_const_eval/src/interpret/operand.rs
compiler/rustc_mir_transform/src/const_prop.rs
compiler/rustc_mir_transform/src/const_prop_lint.rs