rust/compiler/rustc_const_eval/src/const_eval
Matthias Krüger ea7f7f7c4c
Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr
rustc_const_eval: adopt let else in more places

Continuation of #89933, #91018, #91481, #93046, #93590, #94011.

I have extended my clippy lint to also recognize tuple passing and match statements. The diff caused by fixing it is way above 1 thousand lines. Thus, I split it up into multiple pull requests to make reviewing easier. This PR handles rustc_const_eval.
2022-02-21 19:36:48 +01:00
..
error.rs Deduplicate lines in long const-eval stack trace 2022-01-11 18:13:53 -08:00
eval_queries.rs Rollup merge of #94143 - est31:let_else_const_eval, r=lcnr 2022-02-21 19:36:48 +01:00
fn_queries.rs Reduce use of local_def_id_to_hir_id. 2022-01-15 21:26:25 +01:00
machine.rs rustc_const_eval: adopt let else in more places 2022-02-19 01:55:47 +01:00
mod.rs Fix pretty printing of enums without variants 2022-02-19 17:10:11 +01:00