Skip to content

Commit 064d72d

Browse files
ahoppenhborla
andauthored
Accept SE-0432 (#2488)
* Accept SE-0432 * Change status to `Implemented` Co-authored-by: Holly Borla <[email protected]> --------- Co-authored-by: Holly Borla <[email protected]>
1 parent 22d6074 commit 064d72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0432-noncopyable-switch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* Proposal: [SE-0432](0432-noncopyable-switch.md)
44
* Authors: [Joe Groff](https://github.com/jckarter)
55
* Review Manager: [Ben Cohen](https://github.com/airspeedswift)
6-
* Status: **Active review (April 9 – April 22, 2024)**
6+
* Status: **Implemented (Swift 6.0)**
77
* Implementation: on `main`, using the `BorrowingSwitch` experimental feature flag and `_borrowing x` binding spelling
88
* Experimental Feature Flag: `BorrowingSwitch`
99
* Previous Revision: [1](https://github.com/swiftlang/swift-evolution/blob/86cf6eadcdb35a09eb03330bf5d4f31f2599da02/proposals/ABCD-noncopyable-switch.md)
10-
* Review: ([review](https://forums.swift.org/t/se-0432-borrowing-and-consuming-pattern-matching-for-noncopyable-types/71158))
10+
* Review: ([review](https://forums.swift.org/t/se-0432-borrowing-and-consuming-pattern-matching-for-noncopyable-types/71158)) ([acceptance](https://forums.swift.org/t/accepted-with-modifications-se-0432-borrowing-and-consuming-pattern-matching-for-noncopyable-types/71656))
1111

1212
## Introduction
1313

0 commit comments

Comments
 (0)