Avatar
Avatar
shiz
@swift-main -frontend -emit-sil -swift-version 6 func send( operation: sending @escaping () async -> Void ) async { _ = await withoutActuallyEscaping(operation) { escapingClosure in await escapingClosure() } }
swiftNightly BOT 2/2/2025 10:49 AM
exit status: 134 with MakeTemporarilyEscapableExpr closure type is not a closure Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace. Stack dump:
4.07 KB