Skip to content

Commit e15b40b

Browse files
committed
add incomplete definition for now
1 parent 331a825 commit e15b40b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/syntax_macros.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ function _apply_nospecialize(ctx, ex)
3030
end
3131

3232
function Base.var"@nospecialize"(__context__::MacroContext, ex, exs...)
33+
# TODO support multi-arg version properly
3334
_apply_nospecialize(__context__, ex)
34-
Base.var"@nospecialize"(__context__, exs...)
3535
end
36-
Base.var"@nospecialize"(__context__::MacroContext) = nothing # TODO implement this property
3736

3837
function Base.var"@atomic"(__context__::MacroContext, ex)
3938
@chk kind(ex) == K"Identifier" || kind(ex) == K"::" (ex, "Expected identifier or declaration")

0 commit comments

Comments
 (0)