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
sjwang05
2618e0f805
Provide better suggestions for T == &T and &T == T
2023-12-16 19:56:50 -08: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
Michael Goulet
30e6cea0ae
Point out if a local trait has no implementations
2023-09-10 21:20:36 +00:00
yukang
3635b48973
Fix wrong span for trait selection failure error reporting
2023-08-03 23:47:57 +08:00
Urgau
87e8feaf50
Fix invalid slice coercion suggestion reported in turbofish
2023-08-01 12:34:31 +02:00
Lukas Markeffsky
b6a3f126c0
change std::marker::Sized
to just Sized
2023-06-15 12:01:38 +02:00
Michael Goulet
14bf909e71
Note base types of coercion
2023-05-12 00:10:52 +00:00
Ben Reeves
8ac7d0eef5
Add suggestion to diagnostic when user has array but trait wants slice.
...
For #90528 .
2023-03-07 00:39:34 -05: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
Esteban Küber
656db98bd9
Tweak E0597
...
CC #99430
2023-01-15 19:46:20 +00:00
Michael Goulet
5924c2511e
Only point at impl self ty in WF if trait predicate shares self ty
2023-01-12 22:25:30 +00:00
Michael Goulet
2aabb0fd5d
Point at impl self type for impl wf obligations
2023-01-12 20:44:47 +00:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00