rust/compiler/rustc_mir
Aaron Hill 2779fc1c47
Emit a hard error when a panic occurs during const-eval
Previous, a panic during const evaluation would go through the
`const_err` lint. This PR ensures that such a panic always causes
compilation to fail.
2021-05-30 11:59:54 -05:00
..
src Emit a hard error when a panic occurs during const-eval 2021-05-30 11:59:54 -05:00
Cargo.toml