swift
3bdd5cb9 - IRGen: async error ABI

Commit
4 years ago
IRGen: async error ABI Throwing functions pass the error result in `swiftself` to the resume partial function. Therefore, `() async -> ()` to `() async throws -> ()` is not ABI compatible. TODO: go through remaining failing IRGen async tests and replace the illegal convert_functions.
Author
Committer
Parents
Loading