rust/compiler/rustc_typeck
David Wood abd3467d47 macros: use typed identifiers in subdiag derive
As in the diagnostic derive, using typed identifiers in the
subdiagnostic derive improves the diagnostics of using the subdiagnostic
derive as Fluent messages will be confirmed to exist at compile-time.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-06-24 09:08:25 +01:00
..
src macros: use typed identifiers in subdiag derive 2022-06-24 09:08:25 +01:00
Cargo.toml stop pointing at definitions of missing fields 2022-06-22 12:01:41 +09:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

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