rust/compiler/rustc_hir_analysis
许杰友 Jieyou Xu (Joe) 1df7b30926
Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors
LTA: Actually check where-clauses for well-formedness at the def site

All of the added tests used to wrongfully pass.

r? oli-obk or types/compiler or reassign
2025-02-03 19:13:27 +08:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.