Serialize/deserialize lifetime dependencies on enum elements

This commit is contained in:
Meghana Gupta
2025-06-19 05:27:04 -07:00
parent 7a6078cba7
commit adceb7abc3
3 changed files with 19 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ const uint16_t SWIFTMODULE_VERSION_MAJOR = 0;
/// describe what change you made. The content of this comment isn't important;
/// it just ensures a conflict if two people change the module format.
/// Don't worry about adhering to the 80-column limit for this line.
const uint16_t SWIFTMODULE_VERSION_MINOR = 954; // Checked cast inst options
const uint16_t SWIFTMODULE_VERSION_MINOR = 955; // Lifetime dependencies on enum element
/// A standard hash seed used for all string hashes in a serialized module.
///