-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints
Description
Given a format string with an unclosed opening brace, the span points to the next element where a closing brace is expected. If this happens in a multiline format string, the span might be pointing to the line after the problem, with no secondary span referencing the opening brace. Either modify the error to be about "unclosed opening brace" pointing at the opening brace or add a secondary span pointing at it.
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lints