summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/autodiff-custom-diff-unresolved.slang
Commit message (Collapse)AuthorAge
* Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an ↵Sai Praveen Bangaru2023-09-07
unresolved `fn` (#3191) * Fix compiler crashing on unresolved decl-ref * Update autodiff-custom-diff-unresolved.slang --------- Co-authored-by: Yong He <yonghe@outlook.com>