Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve same vtable pointer when cloning raw waker, to fix Waker::will_wake #121622

Merged
merged 2 commits into from
Mar 3, 2024

Commits on Feb 26, 2024

  1. Add Waker::will_wake tests

    Currently fails:
    
        ---- task::test_waker_will_wake_clone stdout ----
        thread 'task::test_waker_will_wake_clone' panicked at library/alloc/tests/task.rs:17:5:
        assertion failed: waker.will_wake(&clone)
    dtolnay committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    793b45f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    db535ba View commit details
    Browse the repository at this point in the history