os-rust/tests/ui/on-unimplemented
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
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-annotation.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-annotation.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
expected-comma-found-token.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
expected-comma-found-token.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
feature-gate-on-unimplemented.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
feature-gate-on-unimplemented.stderr Bless tests 2024-01-13 12:46:58 -05:00
impl-substs.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-substs.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-104140.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-104140.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
multiple-impls.rs Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
multiple-impls.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
no-debug.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
no-debug.stderr Tweak output for 'add line' suggestion 2023-04-12 22:50:10 +00:00
on-impl.rs Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
on-impl.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
on-trait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
on-trait.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
parent-label.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
parent-label.stderr Point out if a local trait has no implementations 2023-09-10 21:20:36 +00:00
slice-index.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
slice-index.stderr Point out the actual mismatch error 2023-10-02 23:14:29 +00:00
sum.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
sum.stderr More accurately point at arguments 2023-08-26 19:25:46 +00:00