swift
swift copied to clipboard
[Runtime] Mask out spare bits after copying for Error in CVW
rdar://127379960
When the spare bits of an Error objects are used to store tag bits, this caused the enum tag to be lost, which caused the wrong enum cases to be matched.
@swift-ci smoke test
@swift-ci smoke test windows