1
Fork 0

migrate lifetime too

This commit is contained in:
Michael Goulet 2023-06-26 18:36:37 +00:00
parent 26cd5486f8
commit 724f3ff50d
5 changed files with 17 additions and 15 deletions

View file

@ -102,6 +102,9 @@ hir_analysis_invalid_union_field_sugg =
hir_analysis_late_bound_const_in_apit = `impl Trait` can only mention const parameters from an fn or impl
.label = const parameter declared here
hir_analysis_late_bound_lifetime_in_apit = `impl Trait` can only mention lifetimes from an fn or impl
.label = lifetime declared here
hir_analysis_late_bound_type_in_apit = `impl Trait` can only mention type parameters from an fn or impl
.label = type parameter declared here