1
Fork 0

Ported FunctionPointerSuggestion

This commit is contained in:
IQuant 2023-02-23 16:38:12 +03:00
parent be8e5ba157
commit 37f55691f4
3 changed files with 75 additions and 21 deletions

View file

@ -348,3 +348,8 @@ infer_prlf_known_limitation = this is a known limitation that will be removed in
infer_opaque_captures_lifetime = hidden type for `{$opaque_ty}` captures lifetime that does not appear in bounds
.label = opaque type defined here
infer_fps_use_ref = consider using a reference
infer_fps_remove_ref = consider removing the reference
infer_fps_cast = consider casting to a fn pointer
infer_fps_items_are_distinct = fn items are distinct from fn pointers