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 f04724a commit 30818e6Copy full SHA for 30818e6
base/expr.jl
@@ -408,7 +408,7 @@ function constprop_setting(@nospecialize setting)
408
elseif setting === :none
409
return :no_constprop
410
end
411
- throw(ArgumentError(LazyString("`Base.@constprop ", setting, "` not supported")))
+ throw(ArgumentError(LazyString("`Base.@constprop ", s, "` not supported")))
412
413
414
"""
0 commit comments