summary refs log tree commit diff
path: root/tests/ui/consts/const_in_pattern
AgeCommit message (Expand)AuthorLines
2023-11-24Show number in error message even for one errorNilstrieb-4/+4
2023-11-12patterns: don't ice when encountering a raw str sliceRalf Jung-2/+19
2023-10-28also lint against fn ptr and raw ptr nested inside the constRalf Jung-3/+23
2023-10-28patterns: reject raw pointers that are not just integersRalf Jung-4/+50
2023-10-11Prevent spurious `unreachable pattern` lintsOli Scherer-17/+1
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-24/+14
2023-09-25rename lint; add tracking issueRalf Jung-4/+4
2023-09-24work towards rejecting consts in patterns that do not implement PartialEqRalf Jung-1/+25
2023-06-29tests: unset `RUSTC_LOG_COLOR`David Wood-0/+1
2023-04-03Perform match checking on THIR.Camille GILLOT-1/+1
2023-03-27Add notes to non-structural const in pattern error messageJamen Marz-10/+91
2023-01-11Move /src/test to /testsAlbert Larsan-0/+744