Avatar
Avatar
Iceman
@swift-main @swift-5.10 func f( _ operations: [() async throws -> ()] ) async throws { } try await f([ { print("Hello") }, ]) (edited)
swift510 BOT 4/8/2024 7:42 AM
exit status: 134 with <unknown>:0: error: fatal error encountered during compilation; please submit a bug report (https://swift.org/contributing/#reporting-bugs) <unknown>:0: note: SmallVector unable to grow. Requested capacity (4294967297) is larger than maximum value for size type (4294967295) Stack dump: (edited)
9.77 KB