rust/compiler/rustc_hir_analysis/src/check
Jacob Pratt 940b45f27c
Rollup merge of #136281 - nnethercote:rustc_hir_analysis, r=lcnr
`rustc_hir_analysis` cleanups

Just some improvements I found while looking through this code.

r? `@lcnr`
2025-01-31 00:26:31 -05:00
..
compare_impl_item Remove an unnecessary lifetime from RemapLateParam. 2025-01-31 08:27:15 +11:00
check.rs Consolidate OutlivesEnv construction with resolve_regions 2025-01-28 18:55:03 +00:00
compare_impl_item.rs Rollup merge of #136281 - nnethercote:rustc_hir_analysis, r=lcnr 2025-01-31 00:26:31 -05:00
dropck.rs Remove an out-of-date FIXME comment. 2025-01-31 08:27:15 +11:00
entry.rs remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
intrinsic.rs Clarify a comment. 2025-01-31 08:27:15 +11:00
intrinsicck.rs Clarify why a type is rejected for asm! 2024-12-11 20:17:37 +00:00
mod.rs Rollup merge of #136281 - nnethercote:rustc_hir_analysis, r=lcnr 2025-01-31 00:26:31 -05:00
region.rs Eliminate PatKind::Path 2025-01-29 15:45:13 +00:00
wfcheck.rs Use .and chaining to improve readability. 2025-01-31 08:27:16 +11:00