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 cce97b3 commit 4f9f5cfCopy full SHA for 4f9f5cf
lib/SILGen/SILGenDecl.cpp
@@ -808,7 +808,7 @@ class LetValueInitialization : public Initialization {
808
// If we have a no implicit copy lexical, emit the instruction stream so
809
// that the move checker knows to check this variable.
810
if (vd->isNoImplicitCopy()) {
811
- value = SGF.B.createMoveValue(PrologueLoc, value, /*IisLexical*/ true);
+ value = SGF.B.createMoveValue(PrologueLoc, value, /*isLexical*/ true);
812
value = SGF.B.createOwnedCopyableToMoveOnlyWrapperValue(PrologueLoc, value);
813
return SGF.B.createMarkMustCheckInst(
814
PrologueLoc, value,
0 commit comments