rust/compiler/rustc_hir_analysis
lcnr 86fa1317a3 rename ReLateBound to ReBound
other changes:
- `Region::new_late_bound` -> `Region::new_bound`
- `Region::is_late_bound` -> `Region::is_bound`
2023-11-13 14:13:54 +00:00
..
2023-11-13 14:13:54 +00:00
2023-10-30 08:46:02 +11:00

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