mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Runtime: Add GenericRequirementKind::SameShape and stub out cases
This commit is contained in:
@@ -1387,6 +1387,10 @@ llvm::Optional<TypeLookupError> swift::_checkGenericRequirements(
|
||||
// FIXME: Implement this check.
|
||||
continue;
|
||||
}
|
||||
|
||||
case GenericRequirementKind::SameShape: {
|
||||
llvm_unreachable("Implement me");
|
||||
}
|
||||
}
|
||||
|
||||
// Unknown generic requirement kind.
|
||||
|
||||
Reference in New Issue
Block a user