Skip to content

Commit 0dc7e7b

Browse files
Kenoc42f
andauthored
Update src/parser.jl
Co-authored-by: Claire Foster <[email protected]>
1 parent 8543f48 commit 0dc7e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@ function parse_function_signature(ps::ParseState, is_function::Bool)
21692169
# function $f end ==> (function $f)
21702170
return false
21712171
elseif sig_kind == K"macrocall"
2172-
min_supported_version(v"1.12", ps, mark, "macrocall function sig")
2172+
min_supported_version(v"1.12", ps, mark, "macro call as function signature")
21732173
elseif sig_kind != K"call"
21742174
# function f body end ==> (function (error f) (block body))
21752175
emit(ps, mark, K"error",

0 commit comments

Comments
 (0)