about summary refs log tree commit diff
path: root/tests/ui/parser/bad-char-literals.rs
AgeCommit message (Collapse)AuthorLines
2024-07-18Replace ASCII control chars with Unicode Control PicturesEsteban Küber-0/+0
``` 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: '␍' | ^ ```
2023-01-11Move /src/test to /testsAlbert Larsan-0/+20