rust/compiler/rustc_mir/src/const_eval
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
..
error.rs Emit a hard error when a panic occurs during const-eval 2021-05-30 11:59:54 -05:00
eval_queries.rs const eval errors: display the current item instance if there are generics involved 2021-05-28 00:17:47 +02:00
fn_queries.rs remove now-unused 'is_min_const_fn' 2021-04-25 12:54:34 +02:00
machine.rs Pass StackPopUnwind to eval_fn_call() and some other functions that are called by eval_fn_call() 2021-05-23 22:10:23 +08:00
mod.rs CTFE core engine allocation & memory API improvemenets 2021-05-18 19:33:55 +02:00