about summary refs log tree commit diff
path: root/tests/ui/parser/raw
AgeCommit message (Collapse)AuthorLines
2024-07-18Replace ASCII control chars with Unicode Control PicturesEsteban Küber-1/+1
``` error: bare CR not allowed in doc-comment --> $DIR/lex-bare-cr-string-literal-doc-comment.rs:3:32 | LL | /// doc comment with bare CR: '␍' | ^ ```
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-9/+9
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-02-06Migrate `rustc_parse` to derive diagnosticsclubby789-0/+14
2023-01-11Move /src/test to /testsAlbert Larsan-0/+275