diff options
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 | ||