mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Module printing and serialization support for @unchecked Sendable
This commit is contained in:
@@ -3276,7 +3276,7 @@ class AddEquatableContext {
|
||||
SourceLoc StartLoc;
|
||||
|
||||
/// Array of all inherited protocols' locations
|
||||
ArrayRef<TypeLoc> ProtocolsLocations;
|
||||
ArrayRef<InheritedEntry> ProtocolsLocations;
|
||||
|
||||
/// Array of all conformed protocols
|
||||
SmallVector<swift::ProtocolDecl *, 2> Protocols;
|
||||
|
||||
Reference in New Issue
Block a user