File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -727,6 +727,7 @@ template <typename Runtime> struct TargetGenericMetadata;
727
727
template <typename Runtime> struct TargetClassMetadata ;
728
728
template <typename Runtime> struct TargetStructMetadata ;
729
729
template <typename Runtime> struct TargetOpaqueMetadata ;
730
+ template <typename Runtime> struct TargetValueMetadata ;
730
731
731
732
// FIXME: https://bugs.swift.org/browse/SR-1155
732
733
#pragma clang diagnostic push
@@ -902,7 +903,7 @@ struct TargetMetadata {
902
903
case MetadataKind::Struct:
903
904
case MetadataKind::Enum:
904
905
case MetadataKind::Optional:
905
- return static_cast <const TargetStructMetadata <Runtime> *>(this )
906
+ return static_cast <const TargetValueMetadata <Runtime> *>(this )
906
907
->Description ;
907
908
case MetadataKind::ForeignClass:
908
909
case MetadataKind::Opaque:
You can’t perform that action at this time.
0 commit comments