@@ -7813,30 +7813,25 @@ ERROR(lifetime_dependence_cannot_use_kind, none,
7813
7813
(StringRef, StringRef))
7814
7814
ERROR(lifetime_dependence_only_on_function_method_init_result, none,
7815
7815
" lifetime dependence specifiers may only be used on result of "
7816
- " functions, methods, initializers" ,
7817
- ())
7816
+ " functions, methods, initializers" , ())
7818
7817
ERROR(lifetime_dependence_invalid_return_type, none,
7819
7818
" lifetime dependence can only be specified on ~Escapable results" , ())
7820
7819
ERROR(lifetime_dependence_missing_ownership_modifier, none,
7821
7820
" lifetime dependence can only be specified on parameters with ownership "
7822
7821
" modifiers (borrowing, consuming, inout)" , ())
7823
7822
ERROR(lifetime_dependence_cannot_infer_wo_ownership_modifier_on_method, none,
7824
7823
" cannot infer lifetime dependence, specify ownership modifier for the "
7825
- " method" ,
7826
- ())
7827
- ERROR(lifetime_dependence_cannot_infer_wo_ambiguous_candidate, none,
7824
+ " method" , ())
7825
+ ERROR(lifetime_dependence_cannot_infer_ambiguous_candidate, none,
7828
7826
" cannot infer lifetime dependence, multiple ~Escapable or ~Copyable "
7829
7827
" parameters with ownership modifiers, specify explicit lifetime "
7830
- " dependence" ,
7831
- ())
7828
+ " dependence" , ())
7832
7829
ERROR(lifetime_dependence_cannot_infer_no_candidates, none,
7833
- " cannot infer lifetime dependence, no ~Escapable or ~Copyable "
7834
- " parameters with ownership modifiers present" ,
7835
- ())
7830
+ " cannot infer lifetime dependence, no parameters with ownership "
7831
+ " modifiers present" , ())
7836
7832
ERROR(lifetime_dependence_ctor_non_self_or_nil_return, none,
7837
7833
" expected nil or self as return values in an initializer with "
7838
- " lifetime dependent specifiers" ,
7839
- ())
7834
+ " lifetime dependent specifiers" , ())
7840
7835
7841
7836
// ===----------------------------------------------------------------------===//
7842
7837
// MARK: Transferring
0 commit comments