Skip to content

Commit ef9b8dd

Browse files
authored
also precompile for SubString (#542)
1 parent 1e1ce2e commit ef9b8dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let filename = joinpath(@__DIR__, "literal_parsing.jl")
66
if _has_v1_6_hooks
77
enable_in_core!()
88
Meta.parse("1 + 2")
9+
Meta.parse(SubString("1 + 2"))
910
enable_in_core!(false)
1011
end
1112
end

0 commit comments

Comments
 (0)