1
Fork 0
This commit is contained in:
finalchild 2022-08-18 15:23:00 +09:00
parent e144a2367a
commit 88afae5d1a
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ impl AddSubdiagnostic for ForbiddenLetReason {
}
Self::NotSupportedParentheses(span) => {
diag.span_note(span, fluent::ast_passes::not_supported_parentheses);
},
}
}
}
}