[SR-12154] Fix vtable entry type mismatch verification error for @differentiable(wrt: self)
#53490
Labels
attributes
Feature: Declaration and type attributes
AutoDiff
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
compiler
The Swift compiler itself
Additional Detail from JIRA
md5: 66daea3fab4a15a8539d2d766d092b41
is blocked by:
Issue Description:
Reproducer:
This error occurs because
class Super
is non-trivial butstruct Super.AllDifferentiableVariables
is trivial.Should be fixed by TF-625 by making differentials/pullbacks maximally indirect.
The text was updated successfully, but these errors were encountered: