Michael Goulet
f614eaea2c
Remove some unnecessary allow(incomplete_features)
2024-03-11 19:42:04 +00:00
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
Nilstrieb
41e8d152dc
Show number in error message even for one error
...
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00
Esteban Küber
62ba3e70a1
Modify primary span label for E0308
...
The previous output was unintuitive to users.
2023-01-30 20:12:19 +00:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00