1
Fork 0

Migrate named_anon_conflict.rs

This commit is contained in:
Nikita Tomashevich 2022-09-08 22:28:00 +03:00
parent 9b889e53e7
commit 8360a40a8a
No known key found for this signature in database
GPG key ID: B29791D4D878E345
3 changed files with 47 additions and 26 deletions

View file

@ -172,3 +172,14 @@ infer_msl_unmet_req = because this has an unmet lifetime requirement
infer_msl_trait_note = this has an implicit `'static` lifetime requirement
infer_msl_trait_sugg = consider relaxing the implicit `'static` requirement
infer_suggest_add_let_for_letchains = consider adding `let`
infer_explicit_lifetime_required = explicit lifetime required in {$ident_kind ->
[ident] the type of `{$simple_ident}`
*[param_type] parameter type
}
.label = lifetime `{$named}` required
infer_explicit_lifetime_required_sugg = add explicit lifetime `{$named}` to {$ident_kind ->
[ident] the type of `{$simple_ident}`
*[param_type] type
}