diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-22 15:41:21 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-22 15:41:21 +0100 |
commit | 5b6fa95699423c14c51f13a9632c2db6163c82e4 (patch) | |
tree | 8d9a00b7ec4bd882e6a62d86019f1b14c50a8025 /crates/hir_ty/src/diagnostics | |
parent | a99de65573d59d6398f472b0d42daabe9e8a5410 (diff) | |
parent | a88c7c04d28d6263d7bca69ee3014e42185030de (diff) |
Merge #8924
8924: Add last remaining module docstring r=flodiebold a=flodiebold
That was easier than expected.
Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/hir_ty/src/diagnostics')
-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 | ||