Skip to content

Commit db6bc98

Browse files
authored
Merge pull request #76427 from swiftlang/mracek/embedded-docs6
[embedded] Clarify (missing) support for parameter packs
2 parents 07357b9 + 510a5b2 commit db6bc98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/EmbeddedSwift/EmbeddedSwiftStatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ For an introduction and motivation into Embedded Swift, please see "[A Vision fo
1919
| Metatypes | No, currently only allowed as unused arguments (type hints) |
2020
| Untyped throwing | No, intentionally unsupported long-term (typed throwing should be used instead) |
2121
| Weak references, unowned references | No |
22-
| Non-final generic class methods | No, intentionally unsupported long-term |
22+
| Non-final generic class methods | No, intentionally unsupported long-term |
23+
| Parameter packs (variadic generics) | No, not yet supported |
2324

2425
## Embedded Standard Library Breakdown
2526

0 commit comments

Comments
 (0)