We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d321725 commit 1c7f534Copy full SHA for 1c7f534
lib/Sema/TypeCheckDistributed.cpp
@@ -448,7 +448,6 @@ bool swift::checkDistributedActorSystem(const NominalTypeDecl *system) {
448
// work to enable associatedtypes to be constrained to class or protocol,
449
// which then will unlock using them as generic constraints in protocols.
450
Type requirementTy = getDistributedSerializationRequirementType(nominal, DAS);
451
- requirementTy->dump();
452
453
if (auto existentialTy = requirementTy->getAs<ExistentialType>()) {
454
requirementTy = existentialTy->getConstraintType();
0 commit comments