rust/compiler/rustc_typeck
Nicholas Nethercote 0a52fbe536 Rename GenericArg::id as GenericArg::hir_id.
Because `hir_id` is the standard name for methods that return a `HirId`
from a HIR node.
2022-08-29 14:16:49 +10:00
..

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