about summary refs log tree commit diff
path: root/tests/ui/consts/const_in_pattern/issue-65466.stderr
AgeCommit message (Expand)AuthorLines
2024-12-04Add more context to fall-through "const pattern of non-structural type" errorEsteban Küber-1/+3
2024-12-04Add context to fall-through "const pattern of non-structural type" errorEsteban Küber-0/+3
2024-12-04Reword message for non-structural type constant in patternEsteban Küber-1/+1
2024-12-04Tweak output of some const pattern errorsEsteban Küber-1/+1
2024-12-04On `const` pattern errors, point at the `const` item definitionEsteban Küber-0/+3
2024-02-25make non-PartialEq-typed consts as patterns a hard errorRalf Jung-18/+3
2023-09-25rename lint; add tracking issueRalf Jung-4/+4
2023-09-24work towards rejecting consts in patterns that do not implement PartialEqRalf Jung-0/+23