From b296e1ec591ade572f44da06bcd504055fed1a13 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Wed, 19 Nov 2025 04:14:47 +0000 Subject: [PATCH] SE-0481: Add missing upcoming feature flag --- proposals/0481-weak-let.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/0481-weak-let.md b/proposals/0481-weak-let.md index ca885adc1c..a08729b1e6 100644 --- a/proposals/0481-weak-let.md +++ b/proposals/0481-weak-let.md @@ -5,6 +5,7 @@ * Review Manager: [John McCall](https://github.com/rjmccall) * Status: **Accepted** * Implementation: [swiftlang/swift#80440](https://github.com/swiftlang/swift/pull/80440) +* Upcoming Feature Flag: `ImmutableWeakCaptures` * Review: ([discussion](https://forums.swift.org/t/weak-captures-in-sendable-sending-closures/78498)) ([pitch](https://forums.swift.org/t/pitch-weak-let/79271)) ([review](https://forums.swift.org/t/se-0481-weak-let/79603)) ([acceptance](https://forums.swift.org/t/accepted-se-0481-weak-let/79895)) [SE-0302]: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0302-concurrent-value-and-concurrent-closures.md