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 0d52c41 commit 32ee81eCopy full SHA for 32ee81e
lib/SIL/Verifier/SILOwnershipVerifier.cpp
@@ -683,7 +683,7 @@ bool SILValueOwnershipChecker::checkUses() {
683
// outlive the current function always.
684
//
685
// In the case of a yielded guaranteed value, we need to validate that all
686
- // regular uses of the value are within the co
+ // regular uses of the value are within the coroutine.
687
if (lifetimeEndingUsers.empty()) {
688
if (checkValueWithoutLifetimeEndingUses(regularUsers))
689
return false;
0 commit comments