aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2021-05-22 15:39:19 +0100
committerFlorian Diebold <[email protected]>2021-05-22 15:39:56 +0100
commita88c7c04d28d6263d7bca69ee3014e42185030de (patch)
tree8d9a00b7ec4bd882e6a62d86019f1b14c50a8025 /crates
parenta99de65573d59d6398f472b0d42daabe9e8a5410 (diff)
Add last remaining module docstring
Diffstat (limited to 'crates')
-rw-r--r--crates/hir_ty/src/diagnostics/expr.rs4
1 files changed, 3 insertions, 1 deletions
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 @@
1//! FIXME: write short doc here 1//! Various diagnostics for expressions that are collected together in one pass
2//! through the body using inference results: mismatched arg counts, missing
3//! fields, etc.
2 4
3use std::sync::Arc; 5use std::sync::Arc;
4 6