Files
rust/compiler/rustc_typeck
David Wood 49ec909ca7 macros: subdiagnostic derive
Add a new derive, `#[derive(SessionSubdiagnostic)]`, which enables
deriving structs for labels, notes, helps and suggestions.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-29 02:05:20 +01:00
..
2022-04-29 02:05:20 +01:00

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