rust/compiler/rustc_hir_analysis
2026-01-07 08:44:23 +08:00
..
src MGCA: Support tuple expressions as direct const arguments 2026-01-07 08:44:23 +08:00
Cargo.toml Move attribute lints to rustc_lint 2025-12-05 14:22:52 +01:00
messages.ftl Port #[rustc_must_implement_one_of] to attribute parser 2025-12-26 19:08:21 +01:00
README.md Update links in compiler/rustc_hir_analysis/README.md for type checking 2025-12-26 16:34:49 +09:00

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