1
Fork 0

Suggest [tail @ ..] on [..tail] and [...tail] where tail is unresolved

This commit is contained in:
León Orell Valerian Liehr 2024-02-03 01:32:01 +01:00
parent 4e3eed4892
commit 285d8c225d
No known key found for this signature in database
GPG key ID: D17A07215F68E713
5 changed files with 112 additions and 20 deletions

View file

@ -292,6 +292,9 @@ resolve_underscore_lifetime_name_cannot_be_used_here =
resolve_unexpected_res_change_ty_to_const_param_sugg =
you might have meant to write a const parameter here
resolve_unexpected_res_use_at_op_in_slice_pat_with_range_sugg =
if you meant to collect the rest of the slice in `{$ident}`, use the at operator
resolve_unreachable_label =
use of unreachable label `{$name}`
.label = unreachable label `{$name}`