Commits

Dmitri Gribenko committed b162f60070e
runtime: make _SwiftNativeNSError use the Hashable conformance, if available If the Swift error wrapped in a _SwiftNativeNSError box conforms to Hashable, the box now uses the Swift's conformance to Hashable. Part of rdar://problem/27574348.