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 8935510 commit 4bad739Copy full SHA for 4bad739
stdlib/public/RemoteInspection/TypeLowering.cpp
@@ -1603,7 +1603,7 @@ const TypeInfo *TypeConverter::getDefaultActorStorageTypeInfo() {
1603
}
1604
1605
const TypeInfo *TypeConverter::getRawUnsafeContinuationTypeInfo() {
1606
- // FIXME: This is a bad approximation
+ // An UnsafeContinuation is (essentially) a strong pointer to heap data
1607
return getReferenceTypeInfo(ReferenceKind::Strong,
1608
ReferenceCounting::Native);
1609
0 commit comments