Files
rust/compiler/rustc_hir_analysis
Folkert de Vries f4d8bd3b47 cmse: more accurate spans for excess parameters
Use the span of the types that don't fit, rather than the span of the
whole signature.
2025-10-08 16:21:50 +02:00
..

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