mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
If value-type deinits cannot be de-virtualized we now print a more useful error message, including call tree information, source location and the type of the struct containing the deinit. Although this situation should never happen, it's still good to have this error message - just in case.