We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_token_error_descriptions
1 parent 2ec5453 commit b24fe07Copy full SHA for b24fe07
src/kinds.jl
@@ -1062,7 +1062,7 @@ function untokenize(k::Kind; unique=true)
1062
end
1063
1064
# Error kind => description
1065
-_token_error_descriptions = Dict{Kind, String}(
+const _token_error_descriptions = Dict{Kind, String}(
1066
K"ErrorEofMultiComment" => "unterminated multi-line comment #= ... =#",
1067
K"ErrorInvalidNumericConstant" => "invalid numeric constant",
1068
K"ErrorHexFloatMustContainP" => "hex float literal must contain `p` or `P`",
0 commit comments