mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
0bfbe987b4
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".