mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In the previous `fatalError` message `Expected non-nil result 'result' for nil error`, it wasn’t exactly clear wht the `error` referred to. In some cases, when the error was ignored, there wasn’t even an `error` variable in the refactored code. The new `Expected non-nil result '...' in the non-error case` is a little more generic and also fits if an error is ignored.
288 KiB
288 KiB