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.
SubString
1 parent 513a7aa commit c31aa64Copy full SHA for c31aa64
JuliaSyntax/src/precompile.jl
@@ -6,6 +6,7 @@ let filename = joinpath(@__DIR__, "literal_parsing.jl")
6
if _has_v1_6_hooks
7
enable_in_core!()
8
Meta.parse("1 + 2")
9
+ Meta.parse(SubString("1 + 2"))
10
enable_in_core!(false)
11
end
12
0 commit comments