1
Fork 0

tidy + move logic to fn

This commit is contained in:
Boxy 2022-10-27 22:29:16 +01:00
parent ca5a6e43dd
commit b3425587a6
3 changed files with 30 additions and 31 deletions

View file

@ -147,6 +147,6 @@ hir_analysis_const_impl_for_non_const_trait =
hir_analysis_const_bound_for_non_const_trait =
~const can only be applied to `#[const_trait]` traits
hir_analysis_self_in_impl_self =
hir_analysis_self_in_impl_self =
`Self` is not valid in the self type of an impl block
.note = replace `Self` with a different type
.note = replace `Self` with a different type