rust/compiler/rustc_hir_analysis
León Orell Valerian Liehr 7cd1da4a16
Rename and move several error reporting methods
Name them more consistently, descriptively and appropriately.
Move large error reporting methods into the dedicated error module to
make the happy paths in HIR ty lowering more legible.
2025-05-06 17:00:01 +02:00
..
2025-05-06 17:00:00 +02:00

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