Skip to content

Commit d08dcb3

Browse files
authored
[SE-0043] Gmane to Pipermail
1 parent eac07eb commit d08dcb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* Proposal: [SE-0043](https://github.com/apple/swift-evolution/blob/master/proposals/0043-declare-variables-in-case-labels-with-multiple-patterns.md)
44
* Author: [Andrew Bennett](https://github.com/therealbnut)
5-
* Status: **Accepted for Swift 3** ([Rationale](http://thread.gmane.org/gmane.comp.lang.swift.evolution/12827))
5+
* Status: **Accepted for Swift 3** ([Rationale](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160321/013251.html))
66
* Review manager: [Chris Lattner](https://github.com/lattner)
77

88
## Introduction
@@ -31,7 +31,7 @@ The error is:
3131

3232
This proposal aims to remove this error when each pattern declares the same variables with the same types.
3333

34-
Swift-evolution thread: [here](http://thread.gmane.org/gmane.comp.lang.swift.evolution/4256)
34+
Swift-evolution thread: [here](https://lists.swift.org/pipermail/swift-evolution/Week-of-Mon-20160118/007431.html)
3535

3636
## Motivation
3737

0 commit comments

Comments
 (0)