]> git.lizzy.rs Git - rust.git/commit
Fix an ICE when attempting to transmute an uninhabited type
authorvarkor <github@varkor.com>
Wed, 16 May 2018 20:26:50 +0000 (21:26 +0100)
committervarkor <github@varkor.com>
Thu, 17 May 2018 17:15:24 +0000 (18:15 +0100)
commit05067cf99e21bcb8fd5dce745d09865d1a91b189
tree86b7bde652e3e1ff7c76e22958c28ad28f456dda
parentdbd10f81758381339f98994b8d31814cf5e98707
Fix an ICE when attempting to transmute an uninhabited type
src/librustc_codegen_llvm/mir/block.rs
src/test/compile-fail/never_transmute_never.rs [new file with mode: 0644]