Closed finnvoor closed 7 months ago
Root caused this to a bug in swiftc where early exits from a class init result in the usage of this symbol: https://swift.godbolt.org/z/33EqW6crh
tracked by: rdar://125193196 (swift_deallocPartialClassInstance: Cannot early return from class init by throwing)
cc @kubamracek
apple/swift#72502
Root caused this to a bug in swiftc where early exits from a class init result in the usage of this symbol: https://swift.godbolt.org/z/33EqW6crh
tracked by: rdar://125193196 (swift_deallocPartialClassInstance: Cannot early return from class init by throwing)
cc @kubamracek