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
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