diff options
author | Florian Diebold <[email protected]> | 2021-05-22 15:39:19 +0100 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2021-05-22 15:39:56 +0100 |
commit | a88c7c04d28d6263d7bca69ee3014e42185030de (patch) | |
tree | 8d9a00b7ec4bd882e6a62d86019f1b14c50a8025 /crates/hir_ty | |
parent | a99de65573d59d6398f472b0d42daabe9e8a5410 (diff) |
Add last remaining module docstring
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/src/diagnostics/expr.rs | 4 |
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 | ||
3 | use std::sync::Arc; | 5 | use std::sync::Arc; |
4 | 6 | ||