rust/compiler/rustc_trait_selection
Matthias Krüger 762d2545f4
Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki
support `ConstKind::Expr` in `is_const_evaluatable` and `WfPredicates::compute`

Fixes #105205

Currently we haven't implemented a way to evaluate `ConstKind::Expr(Expr::Binop(Add, 1, 2))` so I just left that with a `FIXME` and a `delay_span_bug` since I have no idea how to do that and it would make this a much larger (and more complicated) PR :P
2022-12-06 13:27:44 +01:00
..
src Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki 2022-12-06 13:27:44 +01:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00