summary refs log tree commit diff
path: root/src/test/ui/parser/issues/issue-88770.rs
AgeCommit message (Collapse)AuthorLines
2022-07-23Do not suggest adding `;` when `,` is also a choiceMichael Goulet-1/+1
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-0/+11
Because the parser directory has already reached the 1000 file limit.