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 7c16f1b commit 52a976eCopy full SHA for 52a976e
src/kinds.jl
@@ -1060,7 +1060,7 @@ function untokenize(k::Kind; unique=true)
1060
end
1061
1062
# Error kind => description
1063
-_token_error_descriptions = Dict{Kind, String}(
+const _token_error_descriptions = Dict{Kind, String}(
1064
K"ErrorEofMultiComment" => "unterminated multi-line comment #= ... =#",
1065
K"ErrorInvalidNumericConstant" => "invalid numeric constant",
1066
K"ErrorHexFloatMustContainP" => "hex float literal must contain `p` or `P`",
0 commit comments