diff --git a/base/show.jl b/base/show.jl index 278a5c96df6154..89a2fdef11ec9f 100644 --- a/base/show.jl +++ b/base/show.jl @@ -2226,7 +2226,7 @@ function show_signature_function(io::IO, @nospecialize(ft), demangle=false, farg uwf = unwrap_unionall(f) parens = isa(f, UnionAll) && !(isa(uwf, DataType) && f === uwf.name.wrapper) parens && print(io, "(") - show(io, f) + print_within_stacktrace(io, f, bold=true) parens && print(io, ")") else if html