Skip to content

Commit

Permalink
:
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed Jan 5, 2025
1 parent f04724a commit 30818e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/expr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ function constprop_setting(@nospecialize setting)
elseif setting === :none
return :no_constprop
end
throw(ArgumentError(LazyString("`Base.@constprop ", setting, "` not supported")))
throw(ArgumentError(LazyString("`Base.@constprop ", s, "` not supported")))
end

"""
Expand Down

0 comments on commit 30818e6

Please sign in to comment.