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 e9d1d30 commit 0d082dfCopy full SHA for 0d082df
include/swift/ABI/Metadata.h
@@ -4740,7 +4740,7 @@ using AccessibleFunctionRecord = TargetAccessibleFunctionRecord<InProcess>;
4740
/// that relates a type attribute is attached to a generator function.
4741
template <typename Runtime>
4742
struct TargetRuntimeDiscoverableAttributeEntry {
4743
- ConstTargetMetadataPointer<Runtime, TargetMetadata> Type;
+ RelativeDirectPointer<const char, /*nullable*/ false> Type;
4744
RelativeDirectPointer<TargetAccessibleFunctionRecord<Runtime>> Generator;
4745
};
4746
0 commit comments