rust/compiler/rustc_hir_analysis
Nilstrieb 40de40e094 Add typed {Local}DefId for modules
This allows for better type safety in the compiler and also improves the
documentation for many things, making it clear that they expect modules.
2023-08-13 05:54:50 +00:00
..
2023-08-13 05:54:50 +00:00

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