Files
swift-mirror/test/Concurrency/sending_conditional_suppression.swift
Michael Gottesman 63146bcbcd [sending] Change suppression to use __owned instead of consuming.
The reason why I am doing this is that consuming could cause no implicit
copy errors. Instead __owned will just potentially cause an error if
someone assigns into sending.

rdar://131066640
2024-07-10 12:43:33 -07:00

13 KiB