summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/entry.rs
AgeCommit message (Expand)AuthorLines
2023-10-04Reorder fullfillment errors to keep more interesting ones firstEsteban Küber-1/+1
2023-09-21Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errorsbors-29/+25
2023-09-21Record asyncness span in HIRMichael Goulet-2/+2
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-29/+25
2023-07-15Check entry type as part of item type checking.Camille GILLOT-0/+277