rust/compiler/rustc_hir_analysis
Dylan DPC bb1e9846b2
Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errors
be nice and don't slice

These are already slices, no need to slice them again
2023-02-16 11:40:22 +05:30
..
2023-02-06 17:40:18 +03:00

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