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 |