rust/compiler/rustc_hir_analysis
Trevor Gross dc4ba57566 Stabilize a portion of 'once_cell'
Move items not part of this stabilization to 'lazy_cell' or 'once_cell_try'
2023-03-29 18:04:44 -04:00
..
2023-03-29 18:04:44 -04:00

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