migrate lifetime too
This commit is contained in:
parent
26cd5486f8
commit
724f3ff50d
5 changed files with 17 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue