rust/compiler/rustc_hir_analysis/src/check
Matthias Krüger 8efbc2cbae
Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco
a small wf and clause cleanup

- remove `Clause::from_projection_clause`, instead use `ToPredicate`
- change `predicate_obligations` to directly take a `Clause`
- remove some unnecessary `&`
- use clause in `min_specialization` checks where easily applicable
2023-10-03 16:24:15 +02:00
..
compare_impl_item Anonymize binders for refining_impl_trait check 2023-09-26 18:11:12 +00:00
check.rs Auto merge of #115659 - compiler-errors:itp, r=cjgillot 2023-09-28 21:35:18 +00:00
compare_impl_item.rs a small wf and clause cleanup 2023-09-29 11:34:50 +02:00
dropck.rs Remove constness from ParamEnv 2023-07-27 15:50:42 +00:00
entry.rs Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors 2023-09-21 22:59:13 +00:00
intrinsic.rs Auto merge of #115933 - oli-obk:simd_shuffle_const, r=workingjubilee 2023-09-30 04:05:26 +00:00
intrinsicck.rs Allow MaybeUninit in input and output of inline assembly 2023-08-23 21:57:18 +09:00
mod.rs fix(suggestion): insert projection to associated types 2023-09-29 18:51:59 +08:00
region.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00
wfcheck.rs Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco 2023-10-03 16:24:15 +02:00