rust/compiler/rustc_hir_analysis
Jana Dönszelmann 6072207a11
introduce new lint infra
lint on duplicates during attribute parsing
To do this we stuff them in the diagnostic context to be emitted after
hir is constructed
2025-06-12 09:56:47 +02:00
..
src introduce new lint infra 2025-06-12 09:56:47 +02:00
Cargo.toml introduce new lint infra 2025-06-12 09:56:47 +02:00
messages.ftl intrinsics: use const generic to set atomic ordering 2025-06-07 21:45:58 +02:00
README.md

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