File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Proposal: [ SE-0432] ( 0432-noncopyable-switch.md )
4
4
* Authors: [ Joe Groff] ( https://github.com/jckarter )
5
5
* Review Manager: [ Ben Cohen] ( https://github.com/airspeedswift )
6
- * Status: ** Active review (April 9 – April 22, 2024 )**
6
+ * Status: ** Implemented (Swift 6.0 )**
7
7
* Implementation: on ` main ` , using the ` BorrowingSwitch ` experimental feature flag and ` _borrowing x ` binding spelling
8
8
* Experimental Feature Flag: ` BorrowingSwitch `
9
9
* 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 ) )
11
11
12
12
## Introduction
13
13
You can’t perform that action at this time.
0 commit comments