You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new error output system introduced in PR #236 generates mangled underlines for slice errors that span multiple lines. Perhaps we can solve this by allowing Diagnostic to contain an array of Span to avoid whitespace from the beginning of the new line being included in the span.
The new error output system introduced in PR #236 generates mangled underlines for slice errors that span multiple lines. Perhaps we can solve this by allowing
Diagnostic
to contain an array ofSpan
to avoid whitespace from the beginning of the new line being included in the span.The following slice shows this error:
The text was updated successfully, but these errors were encountered: