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 fd4343e commit 0cf9515Copy full SHA for 0cf9515
stdlib/InteractiveUtils/src/codeview.jl
@@ -70,7 +70,7 @@ Small unions of concrete types are usually not a concern, so these are highlight
70
71
Keyword argument `debuginfo` may be one of `:source` or `:none` (default), to specify the verbosity of code comments.
72
73
-See [`@code_warntype`](@ref man-code-warntype) for more information.
+See the [`@code_warntype`](@ref man-code-warntype) section in the Performance Tips page of the manual for more information.
74
"""
75
function code_warntype(io::IO, @nospecialize(f), @nospecialize(t=Base.default_tt(f));
76
debuginfo::Symbol=:default, optimize::Bool=false, kwargs...)
0 commit comments