mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Better runtime failure messages (not yet enabled by default)"
This commit is contained in:
committed by
GitHub
parent
b28b44b9c7
commit
d5a2912a26
@@ -52,7 +52,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 = 501; // cond_fail messages
|
||||
const uint16_t SWIFTMODULE_VERSION_MINOR = 500; // dependency types for protocols
|
||||
|
||||
using DeclIDField = BCFixed<31>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user