rust/compiler/rustc_hir_analysis/src
bors 748c54848d Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead
Get rid of `predicates_defined_on`

This is the uncontroversial part of #129532. This simply inlines the `predicates_defined_on` into into `predicates_of`. Nothing should change here logically.
2024-08-28 04:41:43 +00:00
..
check Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot 2024-08-27 23:30:24 +00:00
coherence Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
collect Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead 2024-08-28 04:41:43 +00:00
errors Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
hir_ty_lowering Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
impl_wf_check Reformat use declarations. 2024-07-29 08:26:52 +10:00
outlives Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
variance Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
autoderef.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
bounds.rs Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
check_unused.rs Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
collect.rs Auto merge of #129546 - compiler-errors:no-pred-on, r=fee1-dead 2024-08-28 04:41:43 +00:00
constrained_generic_params.rs Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
delegation.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
errors.rs Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
hir_wf_check.rs Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
impl_wf_check.rs Add warn(unreachable_pub) to rustc_hir_analysis. 2024-08-27 13:14:50 +10:00
lib.rs Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot 2024-08-27 23:30:24 +00:00