about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/future-self-referential.rs
AgeCommit message (Collapse)AuthorLines
2024-12-05Stabilize noop_wakerEric Holk-1/+0
Co-authored-by: zachs18 <8355914+zachs18@users.noreply.github.com>
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-4/+2
`Waker::noop()` now returns a `&'static Waker` reference, so it can be passed directly to `Context` creation with no temporary lifetime issue.
2023-12-11use Waker::noop instead of defining our own WakerRalf Jung-15/+3
2023-03-16TB: select tests to run both TB and SBNeven Villani-0/+137