Skip to content

Commit 4bad739

Browse files
committed
Remove FIXME since this is actually right!
1 parent 8935510 commit 4bad739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/RemoteInspection/TypeLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ const TypeInfo *TypeConverter::getDefaultActorStorageTypeInfo() {
16031603
}
16041604

16051605
const TypeInfo *TypeConverter::getRawUnsafeContinuationTypeInfo() {
1606-
// FIXME: This is a bad approximation
1606+
// An UnsafeContinuation is (essentially) a strong pointer to heap data
16071607
return getReferenceTypeInfo(ReferenceKind::Strong,
16081608
ReferenceCounting::Native);
16091609
}

0 commit comments

Comments
 (0)