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
Copy file name to clipboardExpand all lines: Sources/SwiftParserDiagnostics/LexerDiagnosticMessages.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ public enum StaticLexerError: String, DiagnosticMessage {
51
51
case lexerErrorOffsetOverflow ="the lexer dicovered an error in this token but was not able to represent its offset due to overflow; please split the token"
52
52
case nonBreakingSpace ="non-breaking space (U+00A0) used instead of regular space"
53
53
case nulCharacter ="nul character embedded in middle of file"
54
+
case sourceConflictMarker ="source control conflict marker in source file"
54
55
case unexpectedBlockCommentEnd ="unexpected end of block comment"
55
56
case unicodeCurlyQuote =#"unicode curly quote found; use '"' instead"#
56
57
@@ -142,6 +143,7 @@ public extension SwiftSyntax.LexerError {
0 commit comments