]> git.lizzy.rs Git - rust.git/commit
fix ICE with extra-const-ub-checks
authorRalf Jung <post@ralfj.de>
Mon, 22 Aug 2022 00:00:38 +0000 (20:00 -0400)
committerRalf Jung <post@ralfj.de>
Mon, 22 Aug 2022 00:00:38 +0000 (20:00 -0400)
commitd7ee421870f8937fe351b4143036c2730129757a
treea9adfb7936e46b91ce9031392d5edcd353dde08b
parentc0941dfb5a7d07ef2d70cc54d319669d9d6f6c01
fix ICE with extra-const-ub-checks
compiler/rustc_const_eval/src/const_eval/eval_queries.rs
compiler/rustc_const_eval/src/const_eval/machine.rs
compiler/rustc_const_eval/src/might_permit_raw_init.rs
src/test/ui/consts/extra-const-ub/issue-100771.rs [new file with mode: 0644]