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.
1 parent f3c831c commit 634c36eCopy full SHA for 634c36e
src/construct.jl
@@ -586,7 +586,7 @@ function extract_args(__module__, ex0)
586
if isa(ex0, Expr) && ex0.head == :macrocall # Make @edit @time 1+2 edit the macro by using the types of the *expressions*
587
return error("Macros are not supported in @enter")
588
end
589
- ex = lower(__module__, ex0)
+ ex = Meta.lower(__module__, ex0)
590
exret = Expr(:none)
591
if !isa(ex, Expr)
592
return error("expression is not a function call or symbol")
0 commit comments