rust/compiler/rustc_hir_analysis
Jubilee a31a8fe0cf
Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors
Remove needless returns detected by clippy in the compiler
2024-09-11 15:53:22 -07:00
..

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