rust/tests/ui/str
Esteban Küber a9841936fe Deduplicate more sized errors on call exprs
Change the implicit `Sized` `Obligation` `Span` for call expressions to
include the whole expression. This aids the existing deduplication
machinery to reduce the number of errors caused by a single unsized
expression.
2024-01-24 02:53:15 +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
str-as-char.rs
str-as-char.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01: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 fix(lexer): not skipped whitespace warning for '\x0c' 2023-03-09 22:44:58 +08:00
str-escape.stderr fix(lexer): not skipped whitespace warning for '\x0c' 2023-03-09 22:44:58 +08:00
str-idx.rs
str-idx.stderr Point out the actual mismatch error 2023-10-02 23:14:29 +00:00
str-lit-type-mismatch.rs
str-lit-type-mismatch.stderr
str-mut-idx.rs
str-mut-idx.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
str-overrun.rs