[Serialization] Explicit function arg lifetimes.

This commit is contained in:
Nate Chandler
2022-08-11 14:27:06 -07:00
parent 93f6548950
commit dc3106f3f2
4 changed files with 35 additions and 2 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 = 703; // remove builtin unsafe guaran
const uint16_t SWIFTMODULE_VERSION_MINOR = 704; // _eagerMove/_lexical function argument attributes
/// A standard hash seed used for all string hashes in a serialized module.
///