rust/tests/ui/methods/issues
Esteban Küber d992d9cd56 On E0308 involving dyn Trait, mention trait objects
When encountering a type mismatch error involving `dyn Trait`, mention
the existence of boxed trait objects if the other type involved
implements `Trait`.

Partially addresses #102629.
2024-01-24 16:32:24 +00:00
..
issue-61525.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-61525.stderr On E0308 involving dyn Trait, mention trait objects 2024-01-24 16:32:24 +00:00
issue-84495.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84495.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-90315.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-90315.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-94581.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-94581.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-105732.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105732.stderr Complete migrating ast_passes to derive diagnostics 2023-02-25 15:19:13 +00:00