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