mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
e7002b6413
The truncation here meant func foo(_: __owned X) {} was the same as
foo(_: X), so @guaranteed when that's the default.
Fixes rdar://problem/38390524.