From a88c7c04d28d6263d7bca69ee3014e42185030de Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Sat, 22 May 2021 16:39:19 +0200 Subject: Add last remaining module docstring --- crates/hir_ty/src/diagnostics/expr.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/hir_ty/src/diagnostics/expr.rs b/crates/hir_ty/src/diagnostics/expr.rs index b9a69b79c..53c4ee9da 100644 --- a/crates/hir_ty/src/diagnostics/expr.rs +++ b/crates/hir_ty/src/diagnostics/expr.rs @@ -1,4 +1,6 @@ -//! FIXME: write short doc here +//! Various diagnostics for expressions that are collected together in one pass +//! through the body using inference results: mismatched arg counts, missing +//! fields, etc. use std::sync::Arc; -- cgit v1.2.3