Skip to content

Commit

Permalink
Attempt 1.6 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Feb 4, 2023
1 parent 972c6fd commit 2786525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/EnzymeCore/src/rules.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function reverse end
function _annotate(@nospecialize(T))
if isvarargtype(T)
VA = T
T = _annotate(VA.T)
T = _annotate(Core.Compiler.unwrapva(VA))
if isdefined(VA, :N)
return Vararg{T, VA.N}
else
Expand Down

0 comments on commit 2786525

Please sign in to comment.