about summary refs log tree commit diff
path: root/tests/ui/async-await/in-trait/async-default-fn-overridden.rs
AgeCommit message (Collapse)AuthorLines
2024-12-05Stabilize noop_wakerEric Holk-2/+0
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-2/+1
`Waker::noop()` now returns a `&'static Waker` reference, so it can be passed directly to `Context` creation with no temporary lifetime issue.
2023-12-14Use the Waker::noop API in testsMichael Goulet-19/+5
2023-10-13Stabilize AFIT and RPITITMichael Goulet-1/+0
2023-10-03Bless testsMichael Goulet-0/+2
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-2/+0
2023-05-02Mark RPITIT and AFIT as no longer incompleteMichael Goulet-1/+0
2023-03-16Install projection from RPITIT to default trait method opaque correctlyMichael Goulet-0/+2
2023-02-18Add testMichael Goulet-0/+66