rust/tests/ui/str
Esteban Küber 89f273f40d Replace ASCII control chars with Unicode Control Pictures
```
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-07-18 19:23:42 +00:00
..
str-array-assignment.rs
str-array-assignment.stderr Tweak borrow suggestion 2023-05-08 03:36:30 +00:00
str-as-char.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
str-as-char.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
str-as-char.stderr review comment: str -> string in messages 2024-03-17 23:35:18 +00:00
str-concat-on-double-ref.rs
str-concat-on-double-ref.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
str-escape.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
str-escape.stderr Replace ASCII control chars with Unicode Control Pictures 2024-07-18 19:23:42 +00:00
str-idx.rs
str-idx.stderr Provide more context on derived obligation error primary label 2024-01-30 21:28:18 +00:00
str-lit-type-mismatch.rs
str-lit-type-mismatch.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
str-mut-idx.rs
str-mut-idx.stderr review comment: change wording 2024-02-01 03:31:03 +00:00
str-overrun.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00