summary refs log tree commit diff
path: root/tests/ui/consts/const_in_pattern/issue-34784-match-on-non-int-raw-ptr.stderr
AgeCommit message (Expand)AuthorLines
2024-05-03turn pointer_structural_match into a hard errorRalf Jung-81/+4
2024-02-05update the tracking issue for structural match violationsRalf Jung-8/+8
2024-02-05show indirect_structural_match and pointer_structural_match in future compat ...Ralf Jung-0/+60
2023-11-12patterns: don't ice when encountering a raw str sliceRalf Jung-2/+11
2023-10-28also lint against fn ptr and raw ptr nested inside the constRalf Jung-3/+12
2023-10-28patterns: reject raw pointers that are not just integersRalf Jung-0/+25