Files
swift-mirror/test/Concurrency/Inputs/SerializedStruct.swift
Kavon Farvardin ef72c5b4df accept serialized modules with superflous global-actor annotations
When compiling with Swift 6 mode, but using a serialized module
that is using Swift 5 that contains a struct with global-actor
isolation on its stored property, we should not emit an error
for that stored property. Only a warning was emitted when compiling
that module, but the checks here were treating that module as being
type-checked again under a Swift 6 world.
2022-02-18 18:43:04 -07:00

94 B