summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/diff-make-struct-with-associations.slang.expected.txt
Commit message (Collapse)AuthorAge
* Various fixes around differentiable member associations ↵Sai Praveen Bangaru2024-07-10
`[DerivativeMember(<diff-member>)]` (#4525) * Add diagnostic for missing diff-member associations + Automatically create diff member associations if differential type is the same as the primal type. + Move diff-member attribute checking to conformance-checking phase to avoid circularity issues. Fixes #4103 * Update slang-check-decl.cpp --------- Co-authored-by: Yong He <yonghe@outlook.com>