Skip to content

Commit

Permalink
adjust to JuliaLang/julia#release-1.10 backports
Browse files Browse the repository at this point in the history
fix #559
  • Loading branch information
aviatesk committed Aug 19, 2023
1 parent 4417d4b commit 5a63092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractinterpret/typeinfer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end

@static if VERSION v"1.10.0-DEV.1345"
let # overload `const_prop_call`
@static if VERSION v"1.11.0-DEV.233"
@static if VERSION v"1.11.0-DEV.233" || VERSION v"1.10.0-beta1.11"
sigs_ex = :(analyzer::AbstractAnalyzer,
mi::MethodInstance, result::MethodCallResult, arginfo::ArgInfo, sv::InferenceState,
$(Expr(:kw, :(concrete_eval_result::Union{Nothing,CC.ConstCallResults}), :nothing)))
Expand Down

0 comments on commit 5a63092

Please sign in to comment.