summaryrefslogtreecommitdiff
path: root/tests/language-feature/generics/variadic-user-guide.slang
AgeCommit message (Collapse)Author
2025-10-16Fix use of variadic generics with [Differentiable]. (#8736)Yong He
There was a bug that causes the compiler failing to treat a `no_diff TypePack` as a type pack, and thus diagnose an error when resolving the following call. The fix is to unwrap any ModifiedType wrappers in `IsTypePack()` check.