about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-44406.rs
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-10/+0
Because the parser directory has already reached the 1000 file limit.
2021-09-07Recover from `Foo(a: 1, b: 2)`Esteban Kuber-2/+2
Detect likely `struct` literal using parentheses as delimiters and emit targeted suggestion instead of type ascription parse error. Fix #61326.
2021-02-16Move some tests to more reasonable directoriesCaio-0/+10