about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-44406.stderr
AgeCommit message (Collapse)AuthorLines
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-33/+0
Because the parser directory has already reached the 1000 file limit.
2021-10-15Bless testsCameron Steffen-1/+1
2021-09-20Avoid the overflow with rustc+debugassertions in issue-44406Oli Scherer-1/+1
2021-09-07Recover from `Foo(a: 1, b: 2)`Esteban Kuber-6/+14
Detect likely `struct` literal using parentheses as delimiters and emit targeted suggestion instead of type ascription parse error. Fix #61326.
2021-08-11Modify structured suggestion outputEsteban Küber-1/+1
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2021-02-16Move some tests to more reasonable directoriesCaio-0/+25