mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Remove ReifyPackExpr.
This commit is contained in:
@@ -6042,7 +6042,6 @@ ConstraintSystem::isConversionEphemeral(ConversionRestrictionKind conversion,
|
||||
case ConversionRestrictionKind::ObjCTollFreeBridgeToCF:
|
||||
case ConversionRestrictionKind::CGFloatToDouble:
|
||||
case ConversionRestrictionKind::DoubleToCGFloat:
|
||||
case ConversionRestrictionKind::ReifyPackToType:
|
||||
// @_nonEphemeral has no effect on these conversions, so treat them as all
|
||||
// being non-ephemeral in order to allow their passing to an @_nonEphemeral
|
||||
// parameter.
|
||||
|
||||
Reference in New Issue
Block a user