@@ -8260,18 +8260,18 @@ ERROR(lifetime_dependence_feature_required_return, none,
8260
8260
ERROR(lifetime_dependence_feature_required_mutating, none,
8261
8261
" %0 cannot have a ~Escapable 'self'" , (StringRef))
8262
8262
ERROR(lifetime_dependence_feature_required_inout, none,
8263
- " %0 cannot have a ~Escapable 'inout' parameter %1 " ,
8263
+ " %0 cannot have a ~Escapable 'inout' parameter '%1' " ,
8264
8264
// this arg list must be compatible with
8265
8265
// lifetime_dependence_cannot_infer_inout
8266
- (StringRef, Identifier ))
8266
+ (StringRef, StringRef ))
8267
8267
8268
8268
ERROR(lifetime_dependence_cannot_infer_return, none,
8269
8269
" %0 with a ~Escapable result requires '@_lifetime(...)'" , (StringRef))
8270
8270
ERROR(lifetime_dependence_cannot_infer_mutating, none,
8271
8271
" %0 with a ~Escapable 'self' requires '@_lifetime(self: ...)'" , (StringRef))
8272
8272
ERROR(lifetime_dependence_cannot_infer_inout, none,
8273
8273
" %0 with a ~Escapable 'inout' parameter requires '@_lifetime(%1: ...)'" ,
8274
- (StringRef, Identifier ))
8274
+ (StringRef, StringRef ))
8275
8275
8276
8276
// ------------------------------------------------------------------------------
8277
8277
// MARK: Lifetime Dependence Inference - refinements to the requirements above
0 commit comments