Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/infer.rs')
| -rw-r--r-- | crates/hir-ty/src/infer.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/hir-ty/src/infer.rs b/crates/hir-ty/src/infer.rs index 14da4288b5..e7f3827d84 100644 --- a/crates/hir-ty/src/infer.rs +++ b/crates/hir-ty/src/infer.rs @@ -389,6 +389,10 @@ pub enum InferenceDiagnostic { #[type_visitable(ignore)] expr: ExprId, }, + FunctionalRecordUpdateOnNonStruct { + #[type_visitable(ignore)] + base_expr: ExprId, + }, MismatchedArgCount { #[type_visitable(ignore)] call_expr: ExprId, |