0153ca95ae
Fix false positive `unconditional_recursion` Fixes #12052. Only checking if both variables are `local` was not enough, we also need to confirm they have the same type as `Self`. changelog: Fix false positive for `unconditional_recursion` lint