mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 01:06:57 +00:00
Fix ICE from lit_to_mir_constant caused by type error Fixes rust-lang/rust#148515 we still need to mark that there were errors to prevent later phases (like MIR building) from proceeding.