]> git.lizzy.rs Git - rust.git/commit
Fix an ICE when lowering a float with missing exponent magnitude
authorthreadexception <hannes.gaumann@outlook.de>
Sat, 11 Dec 2021 14:42:25 +0000 (15:42 +0100)
committerthreadexception <hannes.gaumann@outlook.de>
Sun, 19 Dec 2021 10:52:33 +0000 (11:52 +0100)
commit0003280b9b4ef53e11b89ef69d0a2c4ffc725459
tree8376e03e4d816da40a605bac4c8644a466d5057a
parent2af5c6562deed1878000e791f2cb21b981a53959
Fix an ICE when lowering a float with missing exponent magnitude

Co-authored-by: Simonas Kazlauskas <github@kazlauskas.me>
compiler/rustc_mir_build/src/thir/constant.rs
src/test/ui/consts/issue-91434.rs [new file with mode: 0644]
src/test/ui/consts/issue-91434.stderr [new file with mode: 0644]