os-rust/tests/ui/str
Guillaume Gomez 0a4fd52c91
Rollup merge of #120293 - estebank:issue-102629, r=nnethercote
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-30 16:57:47 +01:00
..
str-array-assignment.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
str-array-assignment.stderr Tweak borrow suggestion 2023-05-08 03:36:30 +00:00
str-as-char.fixed Move /src/test to /tests 2023-01-11 09:32:08 +00:00
str-as-char.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Avoid useless checking in from_token_lit. 2024-01-25 12:22:17 +11:00
str-escape.stderr Avoid useless checking in from_token_lit. 2024-01-25 12:22:17 +11:00
str-idx.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
str-idx.stderr Point out the actual mismatch error 2023-10-02 23:14:29 +00:00
str-lit-type-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
str-lit-type-mismatch.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
str-mut-idx.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
str-mut-idx.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
str-overrun.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00