Eric Holk
|
72ce1ab42f
|
Stabilize noop_waker
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
|
2024-12-05 14:14:17 -08:00 |
|
Esteban Küber
|
caa216d245
|
Tweak wording of "implemented trait isn't imported" suggestion
|
2024-02-22 18:05:27 +00:00 |
|
Kevin Reid
|
c48cdfe8ee
|
Remove unnecessary lets and borrowing from Waker::noop() usage.
`Waker::noop()` now returns a `&'static Waker` reference, so it can be
passed directly to `Context` creation with no temporary lifetime issue.
|
2024-01-17 12:00:27 -08:00 |
|
Michael Goulet
|
3c17514ae9
|
Use the Waker::noop API in tests
|
2023-12-14 18:34:29 +00:00 |
|
Michael Goulet
|
59315b8a63
|
Stabilize AFIT and RPITIT
|
2023-10-13 21:01:36 +00:00 |
|
Michael Goulet
|
2934fe07b7
|
Point to full async fn for future
|
2023-10-03 02:25:32 +00:00 |
|
Santiago Pastorino
|
20429af7a3
|
Replace RPITIT current impl with new strategy that lowers as a GAT
|
2023-07-08 18:21:34 -03:00 |
|
Santiago Pastorino
|
eb7f64582d
|
Specialization involving RPITITs is broken so ignore the diagnostic differences for them
|
2023-03-28 17:54:24 -03:00 |
|
Michael Goulet
|
ecac8fd5af
|
Descriptive error when users try to combine RPITIT/AFIT with specialization
|
2023-02-28 02:03:43 +00:00 |
|
Michael Goulet
|
9bf32c40b4
|
Don't project specializable RPITIT projection
|
2023-02-23 02:12:51 +00:00 |
|