summary refs log tree commit diff
path: root/compiler/rustc_macros/src/diagnostics/mod.rs
AgeCommit message (Collapse)AuthorLines
2022-04-29macros: split diagnostic derives into modulesDavid Wood-0/+114
Split `SessionDiagnostic` and `SessionSubdiagnostic` derives and the various helper functions into multiple modules. Signed-off-by: David Wood <david.wood@huawei.com>