rust/compiler/rustc_const_eval/src/transform
Matthias Krüger ad01a37ca9
Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726
Use `TraitEngine` (by itself) less

Replace `TraitEngine` in favor of `ObligationCtxt` or `fully_solve_*`, improving code readability.
2022-11-05 00:02:04 +01:00
..
check_consts Use TraitEngine less 2022-11-02 04:11:05 +00:00
mod.rs Don't re-export MirPass 2021-11-29 12:58:15 -08:00
promote_consts.rs remove 'delay_span_bug' following 'references_error' 2022-11-03 09:22:08 +08:00
validate.rs Accept TyCtxt instead of TyCtxtAt in Ty::is_* functions 2022-10-27 15:06:08 +04:00