aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/body/diagnostics.rs
Commit message (Expand)AuthorAgeFilesLines
* internal: move diagnostics to hirAleksey Kladov2021-05-251-32/+0
* Fix missing unresolved macro diagnostic in function bodyBrandon2021-03-161-1/+5
* Emit unresolved proc macro errorsJonas Schievink2020-12-011-1/+5
* Emit macro diagnostics when lowering bodiesJonas Schievink2020-11-301-1/+5
* Remove more unreachable pubsAleksey Kladov2020-11-021-2/+2
* Diagnose #[cfg]s in bodiesJonas Schievink2020-10-231-0/+20