mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[GenericEnvironment] For opened pack element environments, only include element type
parameters whose originating packs are in a given shape equivalence class.
This commit is contained in:
@@ -1759,7 +1759,7 @@ namespace decls_block {
|
||||
using GenericEnvironmentLayout = BCRecordLayout<
|
||||
GENERIC_ENVIRONMENT,
|
||||
BCFixed<1>, // GenericEnvironmentKind
|
||||
TypeIDField, // existential type
|
||||
TypeIDField, // existential type or shape class
|
||||
GenericSignatureIDField, // parent signature
|
||||
SubstitutionMapIDField // substitution map
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user