Avatar
Avatar
shiz
@swift-5.8.1 public func callee() async -> (() -> ()) { fatalError() } public func caller() async { async let future = callee() let result = await future result() }
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 (4294967296) is larger than maximum value for size type (4294967295) Stack dump:
5.38 KB