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 b1963e1 commit c9d6a6fCopy full SHA for c9d6a6f
include/swift/Sema/ConstraintSystem.h
@@ -573,10 +573,10 @@ class TypeVariableType::Implementation {
573
}
574
575
if (canBindToMoveOnly() && !otherRep->getImpl().canBindToMoveOnly()) {
576
- assert(false && "yay, not dead code!");
577
- if (record)
578
- recordBinding(*record);
579
- getTypeVariable()->Bits.TypeVariableType.Options &= ~TVO_CanBindToMoveOnly;
+ llvm_unreachable("not dead code, what should we do here?");
+// if (record)
+// recordBinding(*record);
+// getTypeVariable()->Bits.TypeVariableType.Options &= ~TVO_CanBindToMoveOnly;
580
581
582
0 commit comments