mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Avoids an assertion failure emitting an `explicit_copy_value` on the trivial value, which is unsupported. This allows `copy x` to compile, albeit with no effect (which is not ideal, but also not a regression, since no-implicit-copy controls still don't fully work on trivial values). Fixes #80573 and rdar://148712387.
21 KiB
21 KiB