Skip to content

Commit 30818e6

Browse files
committed
:
1 parent f04724a commit 30818e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/expr.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ function constprop_setting(@nospecialize setting)
408408
elseif setting === :none
409409
return :no_constprop
410410
end
411-
throw(ArgumentError(LazyString("`Base.@constprop ", setting, "` not supported")))
411+
throw(ArgumentError(LazyString("`Base.@constprop ", s, "` not supported")))
412412
end
413413

414414
"""

0 commit comments

Comments
 (0)