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 bc81b96 commit 4cc39afCopy full SHA for 4cc39af
src/Tracing.jl
@@ -446,7 +446,7 @@ Base.@nospecializeinfer function traced_type_inner(
446
end
447
448
Base.@nospecializeinfer function traced_type_inner(
449
- @nospecialize(A::Type{AbstractArray{T}}),
+ A::Type{AbstractArray{T}},
450
seen,
451
mode::TraceMode,
452
@nospecialize(track_numbers::Type),
@@ -463,7 +463,7 @@ Base.@nospecializeinfer function traced_type_inner(
463
464
465
466
- @nospecialize(A::Type{AbstractArray{T,N}}),
+ A::Type{AbstractArray{T,N}},
467
468
469
0 commit comments