mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
In preparation for removing UnresolvedType in favor of ErrorType, start printing ErrorType as `_` unless we've enabled debug printing. `<<error type>>` should never be presented to the user, instead `_` now just consistently means "unknown type".