rust/compiler/rustc_hir_analysis
Jacob Pratt e6285b8ff1
Rollup merge of #136313 - compiler-errors:too-many-args, r=lqd
Filter out RPITITs when suggesting unconstrained assoc type on too many generics

Fixes #136233
2025-01-31 00:26:34 -05:00
..

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