Skip to content

Commit 2ea6b05

Browse files
committed
Add links to PRs implementing API additions
1 parent 4882ef9 commit 2ea6b05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

proposals/XXXX-noncopyable-stdlib-primitives.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
* Review Manager: TBD
66
* Status: **Awaiting review**
77
* Roadmap: [Improving Swift performance predictability: ARC improvements and ownership control][Roadmap]
8-
* Implementation: On main and release/6.0, gated behind `-enable-experimental-feature NoncopyableGenerics`. [FIXME: need to open a PR with the API additions.]
8+
* Implementation:
9+
- The type/function generalizations are (provisionally) already present on main and release/6.0.
10+
- The proposed API additions are implemented by PRs [#73807](https://github.com/apple/swift/pull/73807) (main) and [#73810](https://github.com/apple/swift/pull/73810) (release/6.0).
911
* Forum thread: [[pitch](https://forums.swift.org/t/pitch-noncopyable-standard-library-primitives/71566)]
1012

1113
[Roadmap]: https://forums.swift.org/t/a-roadmap-for-improving-swift-performance-predictability-arc-improvements-and-ownership-control/54206

0 commit comments

Comments
 (0)