@@ -8340,18 +8340,18 @@ ERROR(lifetime_dependence_feature_required_return, none,
8340
8340
ERROR(lifetime_dependence_feature_required_mutating, none,
8341
8341
" %0 cannot have a ~Escapable 'self'" , (StringRef))
8342
8342
ERROR(lifetime_dependence_feature_required_inout, none,
8343
- " %0 cannot have a ~Escapable 'inout' parameter %1 " ,
8343
+ " %0 cannot have a ~Escapable 'inout' parameter '%1' " ,
8344
8344
// this arg list must be compatible with
8345
8345
// lifetime_dependence_cannot_infer_inout
8346
- (StringRef, Identifier ))
8346
+ (StringRef, StringRef ))
8347
8347
8348
8348
ERROR(lifetime_dependence_cannot_infer_return, none,
8349
8349
" %0 with a ~Escapable result requires '@_lifetime(...)'" , (StringRef))
8350
8350
ERROR(lifetime_dependence_cannot_infer_mutating, none,
8351
8351
" %0 with a ~Escapable 'self' requires '@_lifetime(self: ...)'" , (StringRef))
8352
8352
ERROR(lifetime_dependence_cannot_infer_inout, none,
8353
8353
" %0 with a ~Escapable 'inout' parameter requires '@_lifetime(%1: ...)'" ,
8354
- (StringRef, Identifier ))
8354
+ (StringRef, StringRef ))
8355
8355
8356
8356
// ------------------------------------------------------------------------------
8357
8357
// MARK: Lifetime Dependence Inference - refinements to the requirements above
0 commit comments