1
Fork 0

remove unreachable error code E0490

This commit is contained in:
Ezra Shaw 2023-01-11 22:46:14 +13:00
parent 0442fbabe2
commit 02005e9f22
No known key found for this signature in database
GPG key ID: 17CD5C2ADAE0D344
6 changed files with 5 additions and 66 deletions

View file

@ -101,7 +101,6 @@ infer_subtype_2 = ...so that {$requirement ->
infer_reborrow = ...so that reference does not outlive borrowed content
infer_reborrow_upvar = ...so that closure can access `{$name}`
infer_relate_object_bound = ...so that it can be closed over into an object
infer_data_borrowed = ...so that the type `{$name}` is not borrowed for too long
infer_reference_outlives_referent = ...so that the reference type `{$name}` does not outlive the data it points at
infer_relate_param_bound = ...so that the type `{$name}` will meet its required lifetime bounds{$continues ->
[true] ...