mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
...as detected by initializing an individual field without having initialized the whole object (via `self = value`). This only applies in pre-Swift-5 mode because the next commit will treat all cross-module struct initializers as delegating in Swift 5.