rust/compiler/rustc_const_eval/src
Matthias Krüger ed97f245f1
Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors
Convert predicates into Predicate in the Obligation constructor

instead of having almost all callers do that.

This reduces a bit of boilerplate, and also paves the way for my work towards https://github.com/rust-lang/compiler-team/issues/531 (as it makes it easier to accept both goals and clauses where right now it only accepts predicates).
2022-11-17 22:33:19 +01:00
..
const_eval cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
interpret cleanup and dedupe CTFE and Miri error reporting 2022-11-16 10:13:29 +01:00
transform Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors 2022-11-17 22:33:19 +01:00
util Format dyn Trait better in type_name intrinsic 2022-11-01 20:41:47 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
lib.rs Remove allow(rustc::potential_query_instability) in rustc_const_eval 2022-10-18 17:44:01 +02:00