This commit is contained in:
Aidan 2024-07-27 12:25:24 -04:00
parent 3c78b4fb86
commit 05f4062c69

View file

@ -92,7 +92,7 @@ fn desugar_value_def<'a>(
} => AnnotatedBody {
ann_pattern,
ann_type,
comment: *comment,
comment,
body_pattern: desugar_loc_pattern(arena, body_pattern, src, line_info, module_path),
body_expr: desugar_expr(arena, body_expr, src, line_info, module_path),
},