rust/compiler/rustc_hir_analysis/src
Yuki Okushi e5e116dca9
Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk
No need to take opaques in `check_type_bounds`

`InferCtxt` already has its defining use anchor set to err

r? ``@oli-obk``
2023-01-10 08:05:34 +09:00
..
astconv Auto merge of #101947 - aliemjay:astconv-normalize, r=lcnr 2023-01-09 15:29:59 +00:00
check Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk 2023-01-10 08:05:34 +09:00
coherence Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk 2023-01-09 23:35:29 +08:00
collect Auto merge of #106235 - compiler-errors:rework-bounds-collection, r=davidtwco 2023-01-08 14:40:52 +00:00
impl_wf_check Move check_region_obligations_and_report_errors to TypeErrCtxt 2023-01-03 23:58:12 +00:00
outlives rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
structured_errors use smaller spans for missing lifetime/generic args 2023-01-06 21:55:23 +09:00
variance Prevent the creation of TraitRef without dedicated methods 2022-12-14 15:36:39 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Remove useless filter in unused extern crate check. 2022-12-03 09:23:03 +00:00
collect.rs introduce AstConv::probe_adt 2023-01-07 13:38:38 +03:00
constrained_generic_params.rs Combine projection and opaque into alias 2022-12-13 17:48:55 +00:00
errors.rs Ensure async trait impls are async (or otherwise return an opaque type) 2022-12-14 16:38:21 -08:00
hir_wf_check.rs Convert predicates into Predicate in the Obligation constructor 2022-11-16 09:25:19 +00:00
impl_wf_check.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
lib.rs Make ObligationCtxt::normalize take cause by borrow 2022-11-28 17:35:40 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00