1
Fork 0
rust/compiler/rustc_hir_analysis/src/hir_ty_lowering
Jubilee e7b07ea7a1
Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-item-access-checking, r=davidtwco
Cleanup: HIR ty lowering: Consolidate the places that do assoc item probing & access checking

Use `probe_assoc_item` (for hygienically probing an assoc item and checking if it's accessible wrt. visibility and stability) for assoc item constraints, too, not just for assoc type paths and make the privacy error translatable.
2024-06-12 03:57:19 -07:00
..
bounds.rs Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-item-access-checking, r=davidtwco 2024-06-12 03:57:19 -07:00
errors.rs Rollup merge of #125608 - oli-obk:subsequent_lifetime_errors, r=BoxyUwU 2024-06-04 08:25:47 +01:00
generics.rs Provide previous generic arguments to provided_kind 2024-06-03 13:48:54 +00:00
lint.rs check_is_object_safe -> is_object_safe 2024-06-03 09:49:30 -04:00
mod.rs Rollup merge of #125978 - fmease:cleanup-hir-ty-lowering-consolidate-assoc-item-access-checking, r=davidtwco 2024-06-12 03:57:19 -07:00
object_safety.rs Misc fixes (pattern type lowering, cfi, pretty printing) 2024-06-05 22:25:42 +01:00