mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SE-0112] Rename ErrorProtocol to Error.
This is bullet (5) of the proposed solution in SE-0112, and the last major piece to be implemented.
This commit is contained in:
@@ -77,8 +77,8 @@ void emitIndirectConditionalCastWithScalar(
|
||||
/// \brief Does the type conform to the _ObjectiveCBridgeable protocol.
|
||||
bool isObjectiveCBridgeable(ModuleDecl *M, CanType Ty);
|
||||
|
||||
/// \brief Does the type conform to ErrorProtocol.
|
||||
bool isErrorProtocol(ModuleDecl *M, CanType Ty);
|
||||
/// \brief Does the type conform to Error.
|
||||
bool isError(ModuleDecl *M, CanType Ty);
|
||||
} // end namespace swift
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user